+ USE_DATABASE_REPLICATED=0
+ USE_SHARED_CATALOG=0
++ awk '{print $3}'
++ head -n1
++ shuf
++ rg -v '#' /usr/share/zoneinfo/zone.tab
+ TZ=Africa/Malabo
Chosen random timezone Africa/Malabo
+ echo 'Chosen random timezone Africa/Malabo'
+ ln -snf /usr/share/zoneinfo/Africa/Malabo /etc/localtime
+ echo Africa/Malabo
+ dpkg -i package_folder/clickhouse-common-static_24.8.14.10545.altinitytest+asan_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 48426 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.8.14.10545.altinitytest+asan_amd64.deb ...
Unpacking clickhouse-common-static (24.8.14.10545.altinitytest+asan) ...
Setting up clickhouse-common-static (24.8.14.10545.altinitytest+asan) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.8.14.10545.altinitytest+asan_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 48453 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.8.14.10545.altinitytest+asan_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.8.14.10545.altinitytest+asan) ...
Setting up clickhouse-common-static-dbg (24.8.14.10545.altinitytest+asan) ...
+ dpkg -i package_folder/clickhouse-odbc-bridge_24.8.14.10545.altinitytest+asan_amd64.deb
Selecting previously unselected package clickhouse-odbc-bridge.
(Reading database ... 48460 files and directories currently installed.)
Preparing to unpack .../clickhouse-odbc-bridge_24.8.14.10545.altinitytest+asan_amd64.deb ...
Unpacking clickhouse-odbc-bridge (24.8.14.10545.altinitytest+asan) ...
Setting up clickhouse-odbc-bridge (24.8.14.10545.altinitytest+asan) ...
+ dpkg -i package_folder/clickhouse-library-bridge_24.8.14.10545.altinitytest+asan_amd64.deb
Selecting previously unselected package clickhouse-library-bridge.
(Reading database ... 48466 files and directories currently installed.)
Preparing to unpack .../clickhouse-library-bridge_24.8.14.10545.altinitytest+asan_amd64.deb ...
Unpacking clickhouse-library-bridge (24.8.14.10545.altinitytest+asan) ...
Setting up clickhouse-library-bridge (24.8.14.10545.altinitytest+asan) ...
+ dpkg -i package_folder/clickhouse-server_24.8.14.10545.altinitytest+asan_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 48472 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.8.14.10545.altinitytest+asan_amd64.deb ...
Unpacking clickhouse-server (24.8.14.10545.altinitytest+asan) ...
Setting up clickhouse-server (24.8.14.10545.altinitytest+asan) ...
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating symlink /usr/bin/ch to /usr/bin/clickhouse.
Creating symlink /usr/bin/chl to /usr/bin/clickhouse.
Creating symlink /usr/bin/chc to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_24.8.14.10545.altinitytest+asan_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 48489 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.8.14.10545.altinitytest+asan_amd64.deb ...
Unpacking clickhouse-client (24.8.14.10545.altinitytest+asan) ...
Setting up clickhouse-client (24.8.14.10545.altinitytest+asan) ...
+ echo ''
+ [[ -z '' ]]
+ ch --query 'SELECT 1'
1
+ chl --query 'SELECT 1'
1
+ chc --version
ClickHouse client version 24.8.14.10545.altinitytest (altinity build).
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /attach_gdb.lib
++ source /utils.lib
+++ sysctl kernel.core_pattern=core.%e.%p-%P
kernel.core_pattern = core.%e.%p-%P
fs.suid_dumpable = 1
kernel.core_pattern = core.%e.%p-%P
fs.suid_dumpable = 1
+++ sysctl fs.suid_dumpable=1
+ source /utils.lib
++ sysctl kernel.core_pattern=core.%e.%p-%P
++ sysctl fs.suid_dumpable=1
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_catalog_drop_table_concurrency.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/grpc_protocol.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/serverwide_trace_collector.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/rocksdb.xml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml
+ value=0
+ sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=5539840
+ sed --follow-symlinks -i 's|[[:digit:]]\+|5539840|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=6266880
+ sed --follow-symlinks -i 's|[[:digit:]]\+|6266880|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ '' == \1 ]]
+ [[ '' == \1 ]]
+ [[ -n 1 ]]
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n 0 ]]
+ [[ 0 -eq 1 ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ [[ -n 0 ]]
+ [[ 0 -eq 1 ]]
+ ./setup_minio.sh stateless
+ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
+ export MINIO_ROOT_USER=clickhouse
+ MINIO_ROOT_USER=clickhouse
+ export MINIO_ROOT_PASSWORD=clickhouse
+ MINIO_ROOT_PASSWORD=clickhouse
+ main stateless
+ local query_dir
++ check_arg stateless
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=0_stateless
++ echo 0_stateless
+ query_dir=0_stateless
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
minio version RELEASE.2024-08-03T04-33-23Z (commit-id=6efb56851c40da88d1ca15112e2d686a4ecec6b3)
Runtime: go1.22.5 linux/amd64
License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html
Copyright: 2015-2024 MinIO, Inc.
+ wait_for_it
+ local counter=0
+ ./minio server --address :11111 ./minio_data
+ local max_counter=60
+ local url=http://localhost:11111
+ params=('--silent' '--verbose')
+ local params
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
trying to connect to minio
+ sleep 1
INFO: Formatting 1st pool, 1 set(s), 1 drives per set.
INFO: WARNING: Host local has more than 0 drives of set. A host failure will result in data becoming unavailable.
MinIO Object Storage Server
Copyright: 2015-2026 MinIO, Inc.
License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html
Version: RELEASE.2024-08-03T04-33-23Z (go1.22.5 linux/amd64)
API: http://172.17.0.2:11111 http://127.0.0.1:11111
WebUI: http://172.17.0.2:45669 http://127.0.0.1:45669
Docs: https://min.io/docs/minio/linux/index.html
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
+ counter=1
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDeniedAccess Denied./18AB2824ECFDB63D7dc7eb22d3288ec80374614e9088e31d3668a6922ead55932dd2a8e56373820f
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 283 root 8u IPv6 37928 0t0 TCP *:11111 (LISTEN)
minio 283 root 9u IPv4 37927 0t0 TCP localhost:11111 (LISTEN)
minio 283 root 10u IPv6 37929 0t0 TCP localhost:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy attach clickminio readwrite --user=test
Attached Policies: [readwrite]
To User: test
+ ./mc mb --ignore-existing clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc anonymous set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
+ '[' -d /usr/share/clickhouse-test/queries/0_stateless/data_minio ']'
+ ./mc cp --recursive /usr/share/clickhouse-test/queries/0_stateless/data_minio/ clickminio/test/
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive1.tar` -> `clickminio/test/03036_archive1.tar`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive1.zip` -> `clickminio/test/03036_archive1.zip`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive2.tar` -> `clickminio/test/03036_archive2.tar`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive2.zip` -> `clickminio/test/03036_archive2.zip`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive3.tar.gz` -> `clickminio/test/03036_archive3.tar.gz`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_compressed_file_archive.zip` -> `clickminio/test/03036_compressed_file_archive.zip`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_json_archive.zip` -> `clickminio/test/03036_json_archive.zip`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/column1=Gordon/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/column1=Gordon/sample.parquet`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/column1=Schmidt/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/column1=Schmidt/sample.parquet`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/sample.parquet`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/non_existing_column=Elizabeth/sample.parquet` -> `clickminio/test/hive_partitioning/non_existing_column=Elizabeth/sample.parquet`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/json_data` -> `clickminio/test/json_data`
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv`
Total: 5.42 MiB, Transferred: 5.42 MiB, Speed: 37.54 MiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ ./setup_hdfs_minicluster.sh
+ ls -lha
total 125M
drwxr-xr-x 1 root root 4.0K Apr 30 15:16 .
drwxr-xr-x 1 root root 4.0K Apr 30 15:16 ..
-rw-rw-r-- 1 1000 1000 119 Apr 30 15:10 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 2.4K Jan 31 2025 attach_gdb.lib
-rw-r--r-- 1 root root 1.3K Apr 30 15:16 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 3.9K Apr 30 15:16 __azurite_db_blob__.json
-rw-r--r-- 1 root root 1.4K Apr 30 15:16 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4.0K Apr 30 15:16 __blobstorage__
drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 966 Apr 30 15:10 broken_tests.json
drwxr-xr-x 14 root root 3.8K Apr 30 15:15 dev
-rwxr-xr-x 1 root root 0 Apr 30 15:15 .dockerenv
drwxr-xr-x 1 root root 4.0K Apr 30 15:16 etc
drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1
drwxr-xr-x 2 root root 4.0K Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 26M Jan 31 2025 mc
drwxr-xr-x 2 root root 4.0K Sep 11 2024 media
-rwxr-xr-x 1 root root 99M Jan 31 2025 minio
drwxr-xr-x 4 root root 4.0K Apr 30 15:17 minio_data
drwxr-xr-x 2 root root 4.0K Sep 11 2024 mnt
drwxr-xr-x 1 root root 4.0K Jan 31 2025 opt
-rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4.0K Apr 30 15:15 package_folder
dr-xr-xr-x 312 root root 0 Apr 30 15:15 proc
-rwxrwxr-x 1 root root 9.5K Jan 31 2025 process_functional_tests_result.py
-rw-rw-r-- 1 root root 837 Jan 31 2025 requirements.txt
drwx------ 1 root root 4.0K Apr 30 15:17 root
drwxr-xr-x 1 root root 4.0K Apr 30 15:16 run
-rwxrwxr-x 1 root root 22K Jan 31 2025 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rwxrwxr-x 1 root root 11K Jan 31 2025 setup_export_logs.sh
-rwxrwxr-x 1 root root 360 Jan 31 2025 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3.4K Jan 31 2025 setup_minio.sh
drwxr-xr-x 2 root root 4.0K Sep 11 2024 srv
-rw-rw-r-- 1 root root 14K Jan 31 2025 stress_tests.lib
dr-xr-xr-x 13 root root 0 Apr 30 15:15 sys
drwxrwxr-x 2 1000 1000 4.0K Apr 30 15:15 test_output
drwxrwxrwt 1 root root 4.0K Jan 31 2025 tmp
drwxr-xr-x 1 root root 4.0K Sep 11 2024 usr
-rw-rw-r-- 1 root root 897 Jan 31 2025 utils.lib
drwxr-xr-x 1 root root 4.0K Sep 11 2024 var
+ cd hadoop-3.3.1
+ export JAVA_HOME=/usr
+ JAVA_HOME=/usr
+ mkdir -p target/test/data
+ chown clickhouse ./target/test/data
+ nc -z localhost 12222
+ sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222
+ sleep 1
+ nc -z localhost 12222
+ sleep 1
+ nc -z localhost 12222
+ sleep 1
+ nc -z localhost 12222
+ sleep 1
+ nc -z localhost 12222
+ sleep 1
+ nc -z localhost 12222
+ lsof -i :12222
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 400 clickhouse 322u IPv4 41040 0t0 TCP localhost:12222 (LISTEN)
+ sleep 5
+ config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
+ set +x
+ [[ -n '' ]]
+ export IS_FLAKY_CHECK=0
+ IS_FLAKY_CHECK=0
+ '[' 1 -gt 1 ']'
+ sudo -E -u clickhouse /usr/bin/clickhouse-server --config /etc/clickhouse-server/config.xml --daemon --pid-file /var/run/clickhouse-server/clickhouse-server.pid
File /tmp/export-logs-config.sh does not exist, do not setup
+ [[ 0 -eq 1 ]]
+ [[ 0 -eq 1 ]]
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
127.0.0.1 - - [30/Apr/2026:14:17:21 +0000] "GET /devstoreaccount1/cont?restype=container HTTP/1.1" 404 -
127.0.0.1 - - [30/Apr/2026:14:17:21 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [30/Apr/2026:14:17:21 +0000] "PUT /devstoreaccount1/cont/armetpbcyjfhzgmonoskagsbmvrknprj HTTP/1.1" 201 -
127.0.0.1 - - [30/Apr/2026:14:17:21 +0000] "GET /devstoreaccount1/cont/armetpbcyjfhzgmonoskagsbmvrknprj HTTP/1.1" 206 4
127.0.0.1 - - [30/Apr/2026:14:17:21 +0000] "GET /devstoreaccount1/cont/armetpbcyjfhzgmonoskagsbmvrknprj HTTP/1.1" 206 2
127.0.0.1 - - [30/Apr/2026:14:17:21 +0000] "DELETE /devstoreaccount1/cont/armetpbcyjfhzgmonoskagsbmvrknprj HTTP/1.1" 202 -
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
1
+ break
+ setup_logs_replication
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ attach_gdb_to_clickhouse
++ run_with_retry 5 clickhouse-client --query 'SELECT count() FROM system.build_options WHERE name = '\''CXX_FLAGS'\'' AND position('\''sanitize=address'\'' IN value)'
++ [[ ahxB =~ e ]]
++ set_e=false
++ set +e
++ local total_retries=5
++ shift
++ local retry=0
++ '[' 0 -ge 5 ']'
++ clickhouse-client --query 'SELECT count() FROM system.build_options WHERE name = '\''CXX_FLAGS'\'' AND position('\''sanitize=address'\'' IN value)'
++ false
++ return
+ IS_ASAN=1
+ [[ 1 = \1 ]]
ASAN build detected. Not using gdb since it disables LeakSanitizer detections
+ echo 'ASAN build detected. Not using gdb since it disables LeakSanitizer detections'
+ clickhouse-client --query 'CREATE TABLE minio_audit_logs
(
log String,
event_time DateTime64(9) MATERIALIZED parseDateTime64BestEffortOrZero(trim(BOTH '\''"'\'' FROM JSONExtractRaw(log, '\''time'\'')), 9, '\''UTC'\'')
)
ENGINE = MergeTree
ORDER BY tuple()'
+ clickhouse-client --query 'CREATE TABLE minio_server_logs
(
log String,
event_time DateTime64(9) MATERIALIZED parseDateTime64BestEffortOrZero(trim(BOTH '\''"'\'' FROM JSONExtractRaw(log, '\''time'\'')), 9, '\''UTC'\'')
)
ENGINE = MergeTree
ORDER BY tuple()'
+ ./mc admin config set clickminio logger_webhook:ch_server_webhook 'endpoint=http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_server_logs%20FORMAT%20LineAsString' queue_size=1000000 batch_size=500
Successfully applied new settings.
+ ./mc admin config set clickminio audit_webhook:ch_audit_webhook 'endpoint=http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString' queue_size=1000000 batch_size=500
Successfully applied new settings.
+ max_retries=100
+ retry=1
+ '[' 1 -le 100 ']'
+ echo 'clickminio restart attempt 1:'
clickminio restart attempt 1:
++ ./mc admin service restart clickminio --wait --json
++ jq -r .status
INFO: Restarting on service signal
MinIO Object Storage Server
Copyright: 2015-2026 MinIO, Inc.
License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html
Version: RELEASE.2024-08-03T04-33-23Z (go1.22.5 linux/amd64)
API: http://172.17.0.2:11111 http://127.0.0.1:11111
WebUI: http://172.17.0.2:35531 http://127.0.0.1:35531
Docs: https://min.io/docs/minio/linux/index.html
+ output='success
success'
+ echo 'Output of restart status: success
success'
+ expected_output='success
success'
+ '[' 'success
success' = 'success
success' ']'
+ echo 'Restarted clickminio successfully.'
+ break
+ '[' 1 -gt 100 ']'
Output of restart status: success
success
Restarted clickminio successfully.
+ MC_ADMIN_PID=1446
+ ./mc admin trace clickminio
+ export -f run_tests
+ '[' 1 -gt 1 ']'
+ run_tests
+ set -x
+ read -ra ADDITIONAL_OPTIONS
+ HIGH_LEVEL_COVERAGE=YES
+ '[' 1 -gt 1 ']'
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ 0 -eq 1 ]]
+ [[ '' -eq 1 ]]
+ [[ 0 -eq 1 ]]
++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\'''
+ [[ 1 == 0 ]]
+ ADDITIONAL_OPTIONS+=('--jobs')
+ ADDITIONAL_OPTIONS+=('8')
+ [[ -n 0 ]]
+ [[ -n 2 ]]
+ ADDITIONAL_OPTIONS+=('--run-by-hash-num')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM")
+ ADDITIONAL_OPTIONS+=('--run-by-hash-total')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL")
+ HIGH_LEVEL_COVERAGE=NO
+ [[ -n '' ]]
+ [[ NO = \Y\E\S ]]
+ ADDITIONAL_OPTIONS+=('--report-logs-stats')
+ try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ local total_retries=10
+ shift
+ fn_exists run_with_retry
+ declare -F run_with_retry
+ run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ [[ aehxB =~ e ]]
+ set_e=true
+ set +e
+ local total_retries=10
+ shift
+ local retry=0
+ '[' 0 -ge 10 ']'
+ clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ true
+ set -e
+ return
+ set +e
+ TEST_ARGS=(--testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs "$NUM_TRIES" "${ADDITIONAL_OPTIONS[@]}")
+ clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 2 --report-logs-stats
+ ts '%Y-%m-%d %H:%M:%S'
+ tee -a test_output/test_result.txt
2026-04-30 15:17:26 Using queries from '/usr/share/clickhouse-test/queries' directory
2026-04-30 15:17:26 Connecting to ClickHouse server... OK
2026-04-30 15:17:26 Connected to server 24.8.14.10545.altinitytest @ b7b20ef28156255202103100146d06941693691d HEAD
2026-04-30 15:17:28 Found 3254 parallel tests and 282 sequential tests
2026-04-30 15:17:28 Running about 406 stateless tests (Process-8).
2026-04-30 15:17:28 00632_get_sample_block_cache: [ SKIPPED ] 0.00 sec.
2026-04-30 15:17:28 Reason: not running for current build
2026-04-30 15:17:31 Running about 406 stateless tests (Process-9).
2026-04-30 15:17:31 00362_great_circle_distance: [ OK ] 3.33 sec.
2026-04-30 15:17:32 Running about 406 stateless tests (Process-4).
2026-04-30 15:17:32 00002_system_numbers: [ OK ] 4.27 sec.
2026-04-30 15:17:34 02535_analyzer_limit_offset: [ OK ] 1.91 sec.
2026-04-30 15:17:34 01780_range_msan: [ OK ] 1.64 sec.
2026-04-30 15:17:34 Running about 406 stateless tests (Process-7).
2026-04-30 15:17:34 01700_system_zookeeper_path_in: [ OK ] 6.17 sec.
2026-04-30 15:17:34 Running about 406 stateless tests (Process-10).
2026-04-30 15:17:34 02013_bloom_filter_hasAll: [ OK ] 6.26 sec.
2026-04-30 15:17:34 Running about 406 stateless tests (Process-6).
2026-04-30 15:17:34 01387_clear_column_default_depends: [ OK ] 6.61 sec.
2026-04-30 15:17:35 00075_shard_formatting_negate_of_negative_literal: [ OK ] 1.59 sec.
2026-04-30 15:17:36 01020_having_without_group_by: [ OK ] 1.44 sec.
2026-04-30 15:17:36 Running about 406 stateless tests (Process-3).
2026-04-30 15:17:36 03246_skipping_index_70108: [ OK ] 7.56 sec.
2026-04-30 15:17:37 01071_prohibition_secondary_index_with_old_format_merge_tree: [ OK ] 2.36 sec.
2026-04-30 15:17:37 02841_not_ready_set_constraints: [ OK ] 2.80 sec.
2026-04-30 15:17:39 02921_bit_hamming_distance_big_int: [ OK ] 2.00 sec.
2026-04-30 15:17:40 01746_forbid_drop_column_referenced_by_mv: [ OK ] 4.43 sec.
2026-04-30 15:17:41 03001_bad_error_message_higher_order_functions: [ OK ] 4.94 sec.
2026-04-30 15:17:41 02337_check_translate_qualified_names_matcher: [ OK ] 1.80 sec.
2026-04-30 15:17:41 00210_insert_select_extremes_http: [ OK ] 4.43 sec.
2026-04-30 15:17:42 02784_schema_inference_null_as_default: [ OK ] 1.86 sec.
2026-04-30 15:17:43 00003_reinterpret_as_string: [ OK ] 1.42 sec.
2026-04-30 15:17:43 02999_variant_suspicious_types: [ OK ] 1.71 sec.
2026-04-30 15:17:45 01561_aggregate_functions_of_key_with_join: [ OK ] 1.93 sec.
2026-04-30 15:17:45 02151_lc_prefetch: [ SKIPPED ] 0.00 sec.
2026-04-30 15:17:45 Reason: not running for current build
2026-04-30 15:17:46 00702_join_on_dups: [ OK ] 11.39 sec.
2026-04-30 15:17:47 00980_merge_alter_settings: [ OK ] 5.76 sec.
2026-04-30 15:17:47 02995_index_6: [ SKIPPED ] 0.00 sec.
2026-04-30 15:17:47 Reason: not running for current build
2026-04-30 15:17:47 01293_show_settings: [ OK ] 1.58 sec.
2026-04-30 15:17:47 02354_with_statement_non_exist_column: [ OK ] 1.42 sec.
2026-04-30 15:17:48 02374_in_tuple_index: [ OK ] 4.51 sec.
2026-04-30 15:17:48 00127_group_by_concat: [ OK ] 1.47 sec.
2026-04-30 15:17:50 02421_new_type_json_async_insert: [ OK ] 14.41 sec.
2026-04-30 15:17:50 03087_analyzer_subquery_with_alias: [ OK ] 1.67 sec.
2026-04-30 15:17:52 03048_not_found_column_xxx_in_block: [ OK ] 3.54 sec.
2026-04-30 15:17:52 02122_parallel_formatting_JSON: [ OK ] 23.64 sec.
2026-04-30 15:17:54 02124_insert_deduplication_token_replica: [ OK ] 6.78 sec.
2026-04-30 15:17:54 01440_big_int_exotic_casts: [ OK ] 6.44 sec.
2026-04-30 15:17:54 00449_filter_array_nullable_tuple: [ OK ] 2.29 sec.
2026-04-30 15:17:55 02186_range_hashed_dictionary_intersecting_intervals: [ OK ] 4.22 sec.
2026-04-30 15:17:55 01213_alter_table_rename_nested: [ OK ] 4.28 sec.
2026-04-30 15:17:55 01475_read_subcolumns_3: [ OK ] 3.36 sec.
2026-04-30 15:17:56 03005_input_function_in_join: [ OK ] 1.52 sec.
2026-04-30 15:17:56 00535_parse_float_scientific: [ OK ] 1.78 sec.
2026-04-30 15:17:57 03014_window_view_crash: [ OK ] 1.96 sec.
2026-04-30 15:17:57 03149_variant_pop_back_typo: [ OK ] 1.42 sec.
2026-04-30 15:17:58 02890_untuple_column_names: [ OK ] 3.48 sec.
2026-04-30 15:17:58 01272_offset_without_limit: [ OK ] 1.74 sec.
2026-04-30 15:17:59 02493_do_not_assume_that_the_original_query_was_valid_when_transforming_joins: [ OK ] 1.60 sec.
2026-04-30 15:17:59 03002_modify_query_cte: [ OK ] 1.49 sec.
2026-04-30 15:17:59 03228_variant_permutation_issue: [ OK ] 5.09 sec.
2026-04-30 15:18:02 00687_insert_into_mv: [ OK ] 3.59 sec.
2026-04-30 15:18:02 02176_optimize_aggregation_in_order_empty: [ OK ] 3.05 sec.
2026-04-30 15:18:02 03144_asof_join_ddb_doubles: [ OK ] 3.30 sec.
2026-04-30 15:18:03 02096_bad_options_in_client_and_local: [ OK ] 7.96 sec.
2026-04-30 15:18:03 01244_optimize_distributed_group_by_sharding_key: [ OK ] 20.98 sec.
2026-04-30 15:18:04 01282_system_parts_ttl_info: [ OK ] 1.69 sec.
2026-04-30 15:18:04 01906_partition_by_multiply_by_zero: [ OK ] 2.03 sec.
2026-04-30 15:18:05 01492_array_join_crash_13829: [ OK ] 1.35 sec.
2026-04-30 15:18:05 02789_functions_after_sorting_and_columns_with_same_names_bug_2: [ OK ] 2.35 sec.
2026-04-30 15:18:05 03208_numbers_total_rows_approx: [ OK ] 1.39 sec.
2026-04-30 15:18:05 00688_low_cardinality_in: [ OK ] 1.75 sec.
2026-04-30 15:18:06 02538_analyzer_create_table_as_select: [ OK ] 1.52 sec.
2026-04-30 15:18:06 01831_max_streams: [ OK ] 1.36 sec.
2026-04-30 15:18:07 03237_max_map_state_decimal_serialization: [ OK ] 1.37 sec.
2026-04-30 15:18:11 01273_arrow_nullable_arrays_load: [ OK ] 12.70 sec.
2026-04-30 15:18:14 01950_kill_large_group_by_query: [ OK ] 9.19 sec.
2026-04-30 15:18:14 03037_dynamic_merges_2_horizontal_compact_merge_tree: [ SKIPPED ] 0.00 sec.
2026-04-30 15:18:14 Reason: not running for current build
2026-04-30 15:18:15 Running about 406 stateless tests (Process-5).
2026-04-30 15:18:15 02981_vertical_merges_memory_usage: [ OK ] 46.77 sec.
2026-04-30 15:18:15 02122_parallel_formatting_Values: [ OK ] 16.13 sec.
2026-04-30 15:18:16 02042_map_get_non_const_key: [ OK ] 1.46 sec.
2026-04-30 15:18:17 01882_total_rows_approx: [ OK ] 9.81 sec.
2026-04-30 15:18:17 02243_ipv6_long_parsing: [ OK ] 1.84 sec.
2026-04-30 15:18:17 02357_query_cancellation_race: [ OK ] 11.04 sec.
2026-04-30 15:18:18 03160_dynamic_type_agg: [ OK ] 1.63 sec.
2026-04-30 15:18:20 02455_extract_fixed_string_from_nested_json: [ OK ] 2.48 sec.
2026-04-30 15:18:20 01771_datetime64_no_time_part: [ OK ] 1.80 sec.
2026-04-30 15:18:22 01802_formatDateTime_DateTime64_century: [ OK ] 1.89 sec.
2026-04-30 15:18:23 02269_bool_map_sync_after_error: [ OK ] 17.75 sec.
2026-04-30 15:18:24 02220_array_join_format: [ OK ] 1.37 sec.
2026-04-30 15:18:24 03001_backup_matview_after_modify_query: [ OK ] 17.25 sec.
2026-04-30 15:18:25 01375_null_issue_3767: [ OK ] 1.61 sec.
2026-04-30 15:18:26 03262_test_parquet_native_reader_int_logical_type: [ OK ] 8.56 sec.
2026-04-30 15:18:28 00720_with_cube: [ OK ] 3.98 sec.
2026-04-30 15:18:29 01509_format_raw_blob: [ OK ] 8.47 sec.
2026-04-30 15:18:30 00600_create_temporary_table_if_not_exists: [ OK ] 1.59 sec.
2026-04-30 15:18:31 02500_bson_read_object_id: [ OK ] 5.19 sec.
2026-04-30 15:18:32 01030_limit_by_with_ties_error: [ OK ] 8.52 sec.
2026-04-30 15:18:33 01436_storage_merge_with_join_push_down: [ OK ] 2.09 sec.
2026-04-30 15:18:33 00109_shard_totals_after_having: [ OK ] 19.90 sec.
2026-04-30 15:18:35 00835_if_generic_case: [ OK ] 3.16 sec.
2026-04-30 15:18:37 01345_array_join_LittleMaverick: [ OK ] 2.95 sec.
2026-04-30 15:18:37 03215_multilinestring_geometry: [ OK ] 3.68 sec.
2026-04-30 15:18:37 01554_interpreter_integer_float: [ OK ] 1.93 sec.
2026-04-30 15:18:38 03258_old_analyzer_const_expr_bug: [ OK ] 1.56 sec.
2026-04-30 15:18:39 02015_async_inserts_1: [ OK ] 8.41 sec.
2026-04-30 15:18:43 02317_distinct_in_order_optimization: [ OK ] 26.48 sec.
2026-04-30 15:18:45 00318_pk_tuple_order: [ OK ] 6.62 sec.
2026-04-30 15:18:46 02552_client_format_settings: [ OK ] 2.12 sec.
2026-04-30 15:18:47 02125_lz4_compression_bug_CSV: [ OK ] 36.42 sec.
2026-04-30 15:18:50 00746_hashing_tuples: [ OK ] 4.50 sec.
2026-04-30 15:18:51 00553_buff_exists_materlized_column: [ OK ] 3.00 sec.
2026-04-30 15:18:52 02227_union_match_by_name: [ OK ] 1.51 sec.
2026-04-30 15:18:52 01925_map_populate_series_on_map: [ OK ] 5.75 sec.
2026-04-30 15:18:54 00739_array_element_nullable_string_mattrobenolt: [ OK ] 1.90 sec.
2026-04-30 15:18:54 01088_benchmark_query_id: [ OK ] 15.03 sec.
2026-04-30 15:18:55 00753_alter_destination_for_storage_buffer: [ OK ] 4.17 sec.
2026-04-30 15:18:58 01039_mergetree_exec_time: [ OK ] 2.80 sec.
2026-04-30 15:19:00 02985_if_over_big_int_decimal: [ OK ] 2.19 sec.
2026-04-30 15:19:01 02400_memory_accounting_on_error: [ OK ] 7.13 sec.
2026-04-30 15:19:02 02151_client_option_echo: [ OK ] 7.48 sec.
2026-04-30 15:19:03 01102_distributed_local_in_bug: [ OK ] 2.54 sec.
2026-04-30 15:19:03 02843_backup_use_same_password_for_base_backup: [ OK ] 37.33 sec.
2026-04-30 15:19:04 03173_distinct_combinator_alignment: [ OK ] 1.89 sec.
2026-04-30 15:19:09 01783_parallel_formatting_memory: [ OK ] 8.09 sec.
2026-04-30 15:19:11 01247_least_greatest_filimonov: [ OK ] 1.50 sec.
2026-04-30 15:19:12 01715_table_function_view_fix: [ OK ] 1.44 sec.
2026-04-30 15:19:16 01072_drop_temporary_table_with_same_name: [ OK ] 3.08 sec.
2026-04-30 15:19:20 00445_join_nullable_keys: [ OK ] 4.53 sec.
2026-04-30 15:19:22 02353_ascii: [ OK ] 1.57 sec.
2026-04-30 15:19:25 02122_parallel_formatting_JSONEachRow: [ OK ] 21.63 sec.
2026-04-30 15:19:27 00688_low_cardinality_serialization: [ OK ] 59.39 sec.
2026-04-30 15:19:28 02705_projection_and_ast_optimizations_bug: [ OK ] 1.97 sec.
2026-04-30 15:19:28 02243_make_date32_mysql: [ OK ] 6.11 sec.
2026-04-30 15:19:30 00141_parse_timestamp_as_datetime: [ OK ] 1.97 sec.
2026-04-30 15:19:34 01943_query_id_check: [ OK ] 30.44 sec.
2026-04-30 15:19:36 02931_file_cluster: [ OK ] 5.92 sec.
2026-04-30 15:19:37 00700_decimal_defaults: [ OK ] 2.45 sec.
2026-04-30 15:19:38 02535_json_bson_each_row_curl: [ OK ] 10.61 sec.
2026-04-30 15:19:39 03040_array_sum_and_join: [ OK ] 2.90 sec.
2026-04-30 15:19:41 03152_analyzer_columns_list: [ OK ] 2.04 sec.
2026-04-30 15:19:41 02482_execute_functions_before_sorting_bug: [ OK ] 2.30 sec.
2026-04-30 15:19:42 03003_compatibility_setting_bad_value: [ OK ] 1.35 sec.
2026-04-30 15:19:43 01576_if_null_external_aggregation: [ OK ] 51.09 sec.
2026-04-30 15:19:45 00429_point_in_ellipses: [ OK ] 1.81 sec.
2026-04-30 15:19:46 02456_test_zero_copy_mutation: [ OK ] 4.81 sec.
2026-04-30 15:19:49 02270_errors_in_files: [ OK ] 19.99 sec.
2026-04-30 15:19:50 02946_literal_alias_misclassification: [ OK ] 3.55 sec.
2026-04-30 15:19:52 02521_tsv_csv_custom_header_detection: [ OK ] 48.90 sec.
2026-04-30 15:19:52 02833_url_without_path_encoding: [ OK ] 7.21 sec.
2026-04-30 15:19:52 02691_multiple_joins_backtick_identifiers: [ OK ] 3.47 sec.
2026-04-30 15:19:54 03057_analyzer_subquery_alias_join: [ OK ] 1.86 sec.
2026-04-30 15:19:56 02980_s3_plain_DROP_TABLE_ReplicatedMergeTree: [ OK ] 19.16 sec.
2026-04-30 15:20:02 02346_position_countsubstrings_zero_byte: [ OK ] 5.24 sec.
2026-04-30 15:20:03 01611_string_to_low_cardinality_key_alter: [ OK ] 8.16 sec.
2026-04-30 15:20:04 02737_sql_auto_is_null: [ OK ] 1.49 sec.
2026-04-30 15:20:04 01825_type_json_in_other_types: [ OK ] 22.10 sec.
2026-04-30 15:20:06 01671_aggregate_function_group_bitmap_data: [ OK ] 3.69 sec.
2026-04-30 15:20:09 01470_test_insert_select_asterisk: [ OK ] 4.83 sec.
2026-04-30 15:20:10 00931_low_cardinality_read_with_empty_array: [ OK ] 17.23 sec.
2026-04-30 15:20:11 01554_row_number_after_cannot_read_all_data: [ OK ] 4.87 sec.
2026-04-30 15:20:12 02353_isnullable: [ OK ] 2.21 sec.
2026-04-30 15:20:13 02696_ignore_inacc_tables_mat_view_atttach: [ OK ] 2.78 sec.
2026-04-30 15:20:14 02787_transform_null: [ OK ] 2.41 sec.
2026-04-30 15:20:14 01122_totals_rollup_having_block_header: [ OK ] 1.97 sec.
2026-04-30 15:20:17 01183_custom_separated_format_http: [ OK ] 26.48 sec.
2026-04-30 15:20:17 01670_distributed_bytes_to_throw_insert: [ OK ] 2.88 sec.
2026-04-30 15:20:19 03305_fix_kafka_table_with_kw_arguments: [ OK ] 1.34 sec.
2026-04-30 15:20:20 02798_generic_transform: [ OK ] 3.39 sec.
2026-04-30 15:20:21 02575_map_hashing_msan: [ OK ] 6.17 sec.
2026-04-30 15:20:22 01913_fix_column_transformer_replace_format: [ OK ] 1.55 sec.
2026-04-30 15:20:23 00209_insert_select_extremes: [ OK ] 2.56 sec.
2026-04-30 15:20:25 02889_print_pretty_type_names: [ OK ] 1.93 sec.
2026-04-30 15:20:25 02122_parallel_formatting_CustomSeparated: [ OK ] 32.39 sec.
2026-04-30 15:20:25 03152_trailing_comma_in_columns_list_in_insert: [ OK ] 1.97 sec.
2026-04-30 15:20:27 02916_set_formatting: [ OK ] 2.11 sec.
2026-04-30 15:20:29 02474_extract_fixedstring_from_json: [ OK ] 3.72 sec.
2026-04-30 15:20:29 01234_to_string_monotonic: [ OK ] 16.09 sec.
2026-04-30 15:20:30 01052_array_reduce_exception: [ OK ] 2.13 sec.
2026-04-30 15:20:31 02982_unambiguous_alter_commands: [ OK ] 2.30 sec.
2026-04-30 15:20:31 00947_ml_test: [ OK ] 5.87 sec.
2026-04-30 15:20:33 02969_functions_to_subcolumns_if_null: [ OK ] 2.95 sec.
2026-04-30 15:20:35 02785_global_join_too_many_columns: [ OK ] 5.68 sec.
2026-04-30 15:20:36 01186_conversion_to_nullable: [ OK ] 2.93 sec.
2026-04-30 15:20:36 02565_analyzer_limit_settings: [ OK ] 5.21 sec.
2026-04-30 15:20:38 00842_array_with_constant_overflow: [ OK ] 1.38 sec.
2026-04-30 15:20:39 02915_fpc_overflow: [ OK ] 3.92 sec.
2026-04-30 15:20:39 02481_analyzer_optimize_aggregation_arithmetics: [ OK ] 35.57 sec.
2026-04-30 15:20:39 01526_initial_query_id: [ OK ] 20.61 sec.
2026-04-30 15:20:41 01825_type_json_empty_string: [ OK ] 1.93 sec.
2026-04-30 15:20:42 03018_external_with_complex_data_types: [ OK ] 4.94 sec.
2026-04-30 15:20:43 00268_aliases_without_as_keyword: [ OK ] 1.71 sec.
2026-04-30 15:20:44 01891_not_like_partition_prune: [ OK ] 4.15 sec.
2026-04-30 15:20:45 01055_compact_parts_1: [ OK ] 3.69 sec.
2026-04-30 15:20:46 02128_cast_nullable: [ OK ] 2.17 sec.
2026-04-30 15:20:46 01430_fix_any_rewrite_aliases: [ OK ] 1.72 sec.
2026-04-30 15:20:48 02904_empty_order_by_with_setting_enabled: [ OK ] 9.51 sec.
2026-04-30 15:20:48 01768_extended_range: [ OK ] 2.27 sec.
2026-04-30 15:20:53 03247_generic_arrayMin_arrayMax_fixes: [ OK ] 4.98 sec.
2026-04-30 15:20:53 02874_json_merge_patch_function_test: [ OK ] 4.55 sec.
2026-04-30 15:20:53 02504_regexp_dictionary_ua_parser: [ OK ] 136.20 sec.
2026-04-30 15:20:58 01079_order_by_pk: [ OK ] 140.29 sec.
2026-04-30 15:21:00 01346_alter_enum_partition_key_replicated_zookeeper_long: [ OK ] 14.17 sec.
2026-04-30 15:21:00 02002_sampling_and_unknown_column_bug: [ OK ] 1.81 sec.
2026-04-30 15:21:01 02477_age: [ OK ] 7.19 sec.
2026-04-30 15:21:01 00523_aggregate_functions_in_group_array: [ OK ] 1.46 sec.
2026-04-30 15:21:02 00971_merge_tree_uniform_read_distribution_and_max_rows_to_read: [ OK ] 2.68 sec.
2026-04-30 15:21:03 03023_remove_unused_column_distinct: [ OK ] 1.85 sec.
2026-04-30 15:21:03 02122_parallel_formatting_TSVWithNames: [ OK ] 16.45 sec.
2026-04-30 15:21:06 01631_date_overflow_as_partition_key: [ OK ] 2.91 sec.
2026-04-30 15:21:06 02734_sparse_columns_short_circuit: [ OK ] 5.03 sec.
2026-04-30 15:21:07 01880_materialized_view_to_table_type_check: [ OK ] 4.49 sec.
2026-04-30 15:21:08 02962_analyzer_constant_set: [ OK ] 2.43 sec.
2026-04-30 15:21:09 01703_rewrite_aggregate_function_case_insensitive: [ OK ] 2.01 sec.
2026-04-30 15:21:14 02132_client_history_navigation: [ OK ] 5.19 sec.
2026-04-30 15:21:15 02047_log_family_complex_structs_data_file_dumps: [ OK ] 35.05 sec.
2026-04-30 15:21:15 02237_lzma_bug: [ OK ] 21.88 sec.
2026-04-30 15:21:16 00936_function_result_with_operator_in: [ OK ] 2.41 sec.
2026-04-30 15:21:17 03003_functions_to_subcolumns_final: [ OK ] 2.00 sec.
2026-04-30 15:21:17 01527_materialized_view_stack_overflow: [ OK ] 7.46 sec.
2026-04-30 15:21:17 02771_skip_empty_files: [ OK ] 14.49 sec.
2026-04-30 15:21:17 00029_test_zookeeper_optimize_exception: [ OK ] 24.13 sec.
2026-04-30 15:21:18 00355_array_of_non_const_convertible_types: [ OK ] 1.47 sec.
2026-04-30 15:21:20 01525_select_with_offset_fetch_clause: [ OK ] 2.29 sec.
2026-04-30 15:21:20 01428_hash_set_nan_key: [ OK ] 2.70 sec.
2026-04-30 15:21:21 03006_mv_deduplication_throw_if_async_insert: [ OK ] 3.26 sec.
2026-04-30 15:21:23 00846_join_using_tuple_crash: [ OK ] 1.66 sec.
2026-04-30 15:21:23 03006_join_on_inequal_expression_3: [ OK ] 8.03 sec.
2026-04-30 15:21:24 02574_suspicious_low_cardinality_msan: [ OK ] 6.99 sec.
2026-04-30 15:21:25 00967_insert_into_distributed_different_types: [ OK ] 1.92 sec.
2026-04-30 15:21:25 01458_named_tuple_millin: [ OK ] 1.86 sec.
2026-04-30 15:21:26 02669_alter_modify_to_nullable: [ OK ] 8.78 sec.
2026-04-30 15:21:26 02703_max_local_read_bandwidth: [ OK ] 54.34 sec.
2026-04-30 15:21:27 00931_low_cardinality_nullable_aggregate_function_type: [ OK ] 6.29 sec.
2026-04-30 15:21:28 01868_order_by_fill_with_datetime64: [ OK ] 1.75 sec.
2026-04-30 15:21:28 00800_function_java_hash: [ OK ] 2.71 sec.
2026-04-30 15:21:30 00843_optimize_predicate_and_rename_table: [ OK ] 3.19 sec.
2026-04-30 15:21:30 01088_array_slice_of_aggregate_functions: [ OK ] 1.81 sec.
2026-04-30 15:21:32 01013_hex_decimal: [ OK ] 4.01 sec.
2026-04-30 15:21:32 02816_check_projection_metadata: [ OK ] 1.92 sec.
2026-04-30 15:21:34 02025_nested_func_for_if_combinator: [ OK ] 3.30 sec.
2026-04-30 15:21:35 01444_create_table_drop_database_race: [ OK ] 15.02 sec.
2026-04-30 15:21:37 00854_multiple_join_asterisks: [ OK ] 3.19 sec.
2026-04-30 15:21:39 00515_shard_desc_table_functions_and_subqueries: [ OK ] 2.92 sec.
2026-04-30 15:21:39 01259_datetime64_ubsan: [ OK ] 1.56 sec.
2026-04-30 15:21:40 00723_remerge_sort: [ OK ] 13.91 sec.
2026-04-30 15:21:40 02016_aggregation_spark_bar: [ OK ] 8.10 sec.
2026-04-30 15:21:41 00917_multiple_joins_denny_crane: [ OK ] 2.03 sec.
2026-04-30 15:21:41 01691_parser_data_type_exponential: [ OK ] 16.46 sec.
2026-04-30 15:21:44 00940_order_by_read_in_order: [ OK ] 3.85 sec.
2026-04-30 15:21:46 01544_file_engine_settings: [ OK ] 7.01 sec.
2026-04-30 15:21:49 00963_startsWith_force_primary_key: [ OK ] 2.28 sec.
2026-04-30 15:21:49 01681_bloom_filter_nullable_column: [ OK ] 5.51 sec.
2026-04-30 15:21:49 02458_insert_select_progress_tcp: [ OK ] 8.64 sec.
2026-04-30 15:21:50 00098_a_union_all: [ OK ] 1.51 sec.
2026-04-30 15:21:52 02494_parser_string_binary_literal: [ OK ] 2.49 sec.
2026-04-30 15:21:56 02242_case_insensitive_column_matching: [ OK ] 23.02 sec.
2026-04-30 15:22:00 01069_database_memory: [ OK ] 3.63 sec.
2026-04-30 15:22:00 02122_parallel_formatting_JSONCompactEachRowWithNamesAndTypes: [ OK ] 18.83 sec.
2026-04-30 15:22:02 02903_client_insert_in_background: [ OK ] 9.63 sec.
2026-04-30 15:22:04 02125_transform_decimal_bug: [ OK ] 1.90 sec.
2026-04-30 15:22:05 00666_uniq_complex_types: [ OK ] 4.56 sec.
2026-04-30 15:22:06 01031_pmj_new_any_semi_join: [ OK ] 2.26 sec.
2026-04-30 15:22:08 02902_select_subcolumns_from_engine_null: [ OK ] 1.37 sec.
2026-04-30 15:22:09 01710_projection_array_join: [ OK ] 1.58 sec.
2026-04-30 15:22:14 01069_materialized_view_alter_target_table: [ OK ] 4.20 sec.
2026-04-30 15:22:14 02122_parallel_formatting_Markdown: [ OK ] 23.40 sec.
2026-04-30 15:22:17 02470_suspicious_low_cardinality_msan: [ OK ] 2.70 sec.
2026-04-30 15:22:17 02983_empty_map: [ OK ] 12.02 sec.
2026-04-30 15:22:18 03150_grouping_sets_use_nulls_pushdown: [ OK ] 4.00 sec.
2026-04-30 15:22:19 00277_array_filter: [ OK ] 1.80 sec.
2026-04-30 15:22:19 03001_block_offset_column_2: [ OK ] 2.12 sec.
2026-04-30 15:22:20 03263_analyzer_materialized_view_cte_nested: [ OK ] 1.62 sec.
2026-04-30 15:22:24 02561_temporary_table_grants: [ OK ] 24.41 sec.
2026-04-30 15:22:29 01532_clickhouse_local_tmp_folder: [ OK ] 4.72 sec.
2026-04-30 15:22:36 01684_insert_specify_shard_id: [ OK ] 6.84 sec.
2026-04-30 15:22:38 00632_aggregation_window_funnel: [ OK ] 17.79 sec.
2026-04-30 15:22:39 02572_max_intersections: [ OK ] 1.32 sec.
2026-04-30 15:22:40 02125_lz4_compression_bug_JSONCompactEachRow: [ OK ] 50.23 sec.
2026-04-30 15:22:40 01280_min_map_max_map: [ OK ] 3.37 sec.
2026-04-30 15:22:41 02888_obsolete_settings: [ OK ] 1.48 sec.
2026-04-30 15:22:41 01273_arrow_dictionaries_load: [ OK ] 60.13 sec.
2026-04-30 15:22:41 03142_untuple_crash: [ OK ] 1.35 sec.
2026-04-30 15:22:42 02900_window_function_with_sparse_column: [ OK ] 1.88 sec.
2026-04-30 15:22:43 01081_demangle: [ OK ] 1.38 sec.
2026-04-30 15:22:45 00513_fractional_time_zones: [ OK ] 1.69 sec.
2026-04-30 15:22:46 01520_client_print_query_id: [ OK ] 4.55 sec.
2026-04-30 15:22:46 03209_json_type_horizontal_merges: [ SKIPPED ] 0.00 sec.
2026-04-30 15:22:46 Reason: not running for current build
2026-04-30 15:22:46 01865_aggregator_overflow_row: [ OK ] 5.34 sec.
2026-04-30 15:22:46 02963_test_flexible_disk_configuration: [ OK ] 5.63 sec.
2026-04-30 15:22:47 01549_low_cardinality_mv_fuzz: [ OK ] 1.44 sec.
2026-04-30 15:22:47 01131_max_rows_to_sort: [ OK ] 1.42 sec.
2026-04-30 15:22:48 01041_h3_is_valid: [ OK ] 1.47 sec.
2026-04-30 15:22:49 03120_analyzer_param_in_CTE_alias: [ OK ] 1.74 sec.
2026-04-30 15:22:52 01415_sticking_mutations: [ OK ] 105.44 sec.
2026-04-30 15:22:53 01710_projection_with_ast_rewrite_settings: [ OK ] 3.57 sec.
2026-04-30 15:22:54 02907_read_buffer_content_is_cached_multiple_blobs: [ OK ] 6.82 sec.
2026-04-30 15:22:54 00975_sample_prewhere_distributed: [ OK ] 2.02 sec.
2026-04-30 15:22:55 00370_duplicate_columns_in_subqueries: [ OK ] 2.27 sec.
2026-04-30 15:22:56 01710_projection_row_policy: [ OK ] 2.30 sec.
2026-04-30 15:22:57 01670_log_comment: [ OK ] 10.43 sec.
2026-04-30 15:22:58 02792_drop_projection_lwd: [ OK ] 1.98 sec.
2026-04-30 15:22:58 01352_generate_random_overflow: [ OK ] 1.30 sec.
2026-04-30 15:22:58 02813_float_parsing: [ OK ] 1.27 sec.
2026-04-30 15:22:59 02010_array_index_bad_cast: [ OK ] 1.30 sec.
2026-04-30 15:22:59 00503_cast_const_nullable: [ OK ] 1.35 sec.
2026-04-30 15:23:00 02311_range_hashed_dictionary_range_cast: [ OK ] 1.48 sec.
2026-04-30 15:23:01 02490_replacing_merge_tree_is_deleted_column: [ OK ] 12.30 sec.
2026-04-30 15:23:01 01018_ambiguous_column: [ OK ] 2.00 sec.
2026-04-30 15:23:02 02931_ubsan_error_arena_aligned_alloc: [ OK ] 1.36 sec.
2026-04-30 15:23:04 00980_zookeeper_merge_tree_alter_settings: [ OK ] 5.58 sec.
2026-04-30 15:23:06 03140_client_subsequent_external_tables: [ OK ] 5.03 sec.
2026-04-30 15:23:08 02752_space_function: [ OK ] 5.80 sec.
2026-04-30 15:23:09 00712_prewhere_with_alias_bug_2: [ OK ] 1.98 sec.
2026-04-30 15:23:09 01767_timezoneOf: [ OK ] 4.90 sec.
2026-04-30 15:23:11 02125_constant_if_condition_and_not_existing_column: [ OK ] 2.45 sec.
2026-04-30 15:23:17 00875_join_right_nulls_ors: [ OK ] 5.02 sec.
2026-04-30 15:23:24 02480_tets_show_full: [ OK ] 7.14 sec.
2026-04-30 15:23:24 02815_join_algorithm_setting: [ OK ] 21.52 sec.
2026-04-30 15:23:25 01359_geodistance_loop: [ OK ] 1.27 sec.
2026-04-30 15:23:32 00633_materialized_view_and_too_many_parts_zookeeper: [ OK ] 38.08 sec.
2026-04-30 15:23:32 02907_fromDaysSinceYearZero: [ OK ] 7.58 sec.
2026-04-30 15:23:34 00804_test_alter_compression_codecs: [ OK ] 75.13 sec.
2026-04-30 15:23:34 02026_accurate_cast_or_default: [ OK ] 8.93 sec.
2026-04-30 15:23:37 01457_order_by_nulls_first: [ OK ] 4.37 sec.
2026-04-30 15:23:38 00578_merge_table_sampling: [ OK ] 3.18 sec.
2026-04-30 15:23:40 02366_kql_operator_in_sql: [ OK ] 6.18 sec.
2026-04-30 15:23:49 03198_unload_primary_key_outdated: [ OK ] 8.85 sec.
2026-04-30 15:23:51 03031_tuple_elimination_analyzer: [ OK ] 1.85 sec.
2026-04-30 15:23:53 02111_global_context_temporary_tables: [ OK ] 1.88 sec.
2026-04-30 15:23:56 02494_optimize_group_by_function_keys_and_alias_columns: [ OK ] 2.15 sec.
2026-04-30 15:23:56 00155_long_merges: [ SKIPPED ] 0.00 sec.
2026-04-30 15:23:56 Reason: not running for current build
2026-04-30 15:23:58 00975_recursive_materialized_view: [ OK ] 2.21 sec.
2026-04-30 15:24:06 02122_parallel_formatting_JSONCompactStringsEachRowWithNames: [ OK ] 29.06 sec.
2026-04-30 15:24:08 01532_primary_key_without_order_by_zookeeper: [ OK ] 9.34 sec.
2026-04-30 15:24:15 01288_shard_max_network_bandwidth: [ OK ] 7.08 sec.
2026-04-30 15:24:20 02922_server_exit_code: [ OK ] 4.23 sec.
2026-04-30 15:24:20 03215_grant_current_grants: [ OK ] 13.90 sec.
2026-04-30 15:24:21 00981_topK_topKWeighted_long: [ OK ] 72.67 sec.
2026-04-30 15:24:22 01514_input_format_json_enum_as_number: [ OK ] 1.62 sec.
2026-04-30 15:24:22 00465_nullable_default: [ OK ] 1.67 sec.
2026-04-30 15:24:24 03003_count_asterisk_filter: [ OK ] 2.56 sec.
2026-04-30 15:24:24 02024_join_on_or_long: [ OK ] 46.13 sec.
2026-04-30 15:24:26 01274_generate_random_nested: [ OK ] 3.81 sec.
2026-04-30 15:24:26 01379_with_fill_several_columns: [ OK ] 1.66 sec.
2026-04-30 15:24:27 03210_nested_short_circuit_functions_bug: [ OK ] 1.29 sec.
2026-04-30 15:24:28 01214_test_storage_merge_aliases_with_where: [ OK ] 5.86 sec.
2026-04-30 15:24:28 01620_fix_simple_state_arg_type: [ OK ] 3.90 sec.
2026-04-30 15:24:28 00763_create_query_as_table_engine_bug: [ OK ] 1.90 sec.
2026-04-30 15:24:29 00939_limit_by_offset: [ OK ] 1.70 sec.
2026-04-30 15:24:31 00453_cast_enum: [ OK ] 2.34 sec.
2026-04-30 15:24:31 02684_bson: [ OK ] 1.50 sec.
2026-04-30 15:24:33 02871_clickhouse_client_restart_pager: [ OK ] 5.12 sec.
2026-04-30 15:24:33 00483_reading_from_array_structure: [ OK ] 2.68 sec.
2026-04-30 15:24:37 01710_projections_order_by_complete: [ OK ] 3.27 sec.
2026-04-30 15:24:37 00090_union_race_conditions_1: [ OK ] 136.98 sec.
2026-04-30 15:24:39 00578_merge_table_and_table_virtual_column: [ OK ] 5.57 sec.
2026-04-30 15:24:40 01143_trivial_count_with_join: [ OK ] 2.82 sec.
2026-04-30 15:24:41 01558_transform_null_in: [ OK ] 3.99 sec.
2026-04-30 15:24:41 01307_orc_output_format: [ OK ] 13.38 sec.
2026-04-30 15:24:43 01116_asof_join_dolbyzerr: [ OK ] 2.91 sec.
2026-04-30 15:24:44 02815_range_dict_no_direct_join: [ OK ] 4.38 sec.
2026-04-30 15:24:44 00125_array_element_of_array_of_tuple: [ OK ] 1.46 sec.
2026-04-30 15:24:47 01104_distributed_numbers_test: [ OK ] 5.84 sec.
2026-04-30 15:24:48 00737_decimal_group_by: [ OK ] 3.41 sec.
2026-04-30 15:24:50 03205_json_cast_from_string: [ OK ] 5.89 sec.
2026-04-30 15:24:52 00464_array_element_out_of_range: [ OK ] 1.79 sec.
2026-04-30 15:24:53 02122_parallel_formatting_JSONStrings: [ OK ] 22.36 sec.
2026-04-30 15:24:54 02245_s3_schema_desc: [ OK ] 5.29 sec.
2026-04-30 15:24:55 02315_pmj_union_ubsan_35857: [ OK ] 1.55 sec.
2026-04-30 15:24:57 01188_attach_table_from_path: [ OK ] 3.25 sec.
2026-04-30 15:24:57 03198_orc_read_time_zone: [ OK ] 10.10 sec.
2026-04-30 15:24:58 01015_empty_in_inner_right_join: [ OK ] 5.76 sec.
2026-04-30 15:24:59 00743_limit_by_not_found_column: [ OK ] 1.69 sec.
2026-04-30 15:25:00 00098_1_union_all: [ OK ] 2.49 sec.
2026-04-30 15:25:00 01051_aggregate_function_crash: [ OK ] 1.85 sec.
2026-04-30 15:25:01 03313_case_insensitive_json_type_declaration: [ OK ] 1.27 sec.
2026-04-30 15:25:01 03013_position_const_start_pos: [ OK ] 1.41 sec.
2026-04-30 15:25:02 02990_optimize_uniq_to_count_alias: [ OK ] 2.77 sec.
2026-04-30 15:25:03 01508_format_regexp_raw: [ OK ] 7.61 sec.
2026-04-30 15:25:04 01902_table_function_merge_db_params: [ OK ] 2.39 sec.
2026-04-30 15:25:04 01020_function_array_compact: [ OK ] 1.92 sec.
2026-04-30 15:25:05 02562_native_tskv_default_for_omitted_fields: [ OK ] 22.94 sec.
2026-04-30 15:25:06 00404_null_literal: [ OK ] 1.59 sec.
2026-04-30 15:25:08 01255_geo_types_livace: [ OK ] 2.20 sec.
2026-04-30 15:25:09 00961_check_table: [ OK ] 3.62 sec.
2026-04-30 15:25:10 02039_group_by_with_totals_having: [ OK ] 1.46 sec.
2026-04-30 15:25:10 02332_dist_insert_send_logs_level: [ OK ] 5.93 sec.
2026-04-30 15:25:12 01923_ttl_with_modify_column: [ OK ] 2.95 sec.
2026-04-30 15:25:12 02962_parallel_window_functions_different_partitioning: [ OK ] 1.66 sec.
2026-04-30 15:25:12 02812_pointwise_array_operations: [ OK ] 2.18 sec.
2026-04-30 15:25:13 01459_default_value_of_argument_type_nullptr_dereference: [ OK ] 1.36 sec.
2026-04-30 15:25:14 02095_function_get_os_kernel_version: [ OK ] 1.22 sec.
2026-04-30 15:25:17 01923_different_expression_name_alias: [ OK ] 2.67 sec.
2026-04-30 15:25:17 02845_domain_rfc_support_ipv6: [ OK ] 3.80 sec.
2026-04-30 15:25:21 02294_floating_point_second_in_settings: [ OK ] 9.68 sec.
2026-04-30 15:25:24 00752_low_cardinality_left_array_join: [ OK ] 2.54 sec.
2026-04-30 15:25:25 01825_type_json_ghdata_insert_select: [ OK ] 136.36 sec.
2026-04-30 15:25:26 02009_array_join_partition: [ OK ] 1.43 sec.
2026-04-30 15:25:27 01583_parallel_parsing_exception_with_offset: [ OK ] 9.64 sec.
2026-04-30 15:25:27 00999_settings_no_extra_quotes: [ OK ] 1.44 sec.
2026-04-30 15:25:27 02875_json_array_as_string: [ OK ] 1.45 sec.
2026-04-30 15:25:28 01871_merge_tree_compile_expressions: [ OK ] 24.57 sec.
2026-04-30 15:25:28 02149_schema_inference_create_table_syntax: [ OK ] 26.14 sec.
2026-04-30 15:25:29 00178_query_datetime64_index: [ OK ] 2.40 sec.
2026-04-30 15:25:30 01291_distributed_low_cardinality_memory_efficient: [ OK ] 2.37 sec.
2026-04-30 15:25:30 00129_quantile_timing_weighted: [ OK ] 2.20 sec.
2026-04-30 15:25:31 01330_array_join_in_higher_order_function: [ OK ] 1.41 sec.
2026-04-30 15:25:32 00925_zookeeper_empty_replicated_merge_tree_optimize_final_long: [ OK ] 14.25 sec.
2026-04-30 15:25:32 02935_ipv6_bit_operations: [ OK ] 1.54 sec.
2026-04-30 15:25:33 00898_parsing_bad_diagnostic_message: [ OK ] 4.89 sec.
2026-04-30 15:25:33 01559_aggregate_null_for_empty_fix: [ OK ] 6.14 sec.
2026-04-30 15:25:34 01666_gcd_ubsan: [ OK ] 2.63 sec.
2026-04-30 15:25:35 00450_higher_order_and_nullable: [ OK ] 1.48 sec.
2026-04-30 15:25:36 02902_topKGeneric_deserialization_memory: [ OK ] 2.53 sec.
2026-04-30 15:25:36 02451_variadic_null_garbage_data: [ OK ] 3.59 sec.
2026-04-30 15:25:37 02479_analyzer_aggregation_crash: [ OK ] 2.03 sec.
2026-04-30 15:25:37 02910_replicated_merge_parameters_must_consistent: [ OK ] 5.95 sec.
2026-04-30 15:25:38 02724_persist_interval_type: [ OK ] 3.08 sec.
2026-04-30 15:25:38 02294_decimal_second_errors: [ OK ] 1.50 sec.
2026-04-30 15:25:40 00589_removal_unused_columns_aggregation: [ OK ] 3.76 sec.
2026-04-30 15:25:40 02894_ast_depth_check: [ OK ] 4.53 sec.
2026-04-30 15:25:42 02493_analyzer_table_functions_untuple: [ OK ] 2.16 sec.
2026-04-30 15:25:43 02751_text_formats_bad_nullable_parsing: [ OK ] 12.64 sec.
2026-04-30 15:25:44 00550_join_insert_select: [ OK ] 6.23 sec.
2026-04-30 15:25:45 01658_values_ubsan: [ OK ] 1.35 sec.
2026-04-30 15:25:45 01605_skip_idx_compact_parts: [ OK ] 2.62 sec.
2026-04-30 15:25:47 01264_nested_baloo_bear: [ OK ] 1.88 sec.
2026-04-30 15:25:48 01889_clickhouse_client_config_format: [ OK ] 10.11 sec.
2026-04-30 15:25:49 02876_json_incomplete_types_as_strings_inference: [ OK ] 1.51 sec.
2026-04-30 15:25:53 02149_schema_inference_formats_with_schema_3: [ OK ] 14.14 sec.
2026-04-30 15:25:53 00380_client_break_at_exception_in_batch_mode: [ OK ] 4.80 sec.
2026-04-30 15:25:54 01318_map_populate_series: [ OK ] 5.43 sec.
2026-04-30 15:25:57 02692_multiple_joins_unicode: [ OK ] 3.93 sec.
2026-04-30 15:25:57 03641_analyzer_issue_85834: [ OK ] 2.22 sec.
2026-04-30 15:25:59 02345_analyzer_subqueries: [ OK ] 5.27 sec.
2026-04-30 15:25:59 02722_matcher_join_use_nulls: [ OK ] 13.65 sec.
2026-04-30 15:26:00 02233_optimize_aggregation_in_order_prefix: [ OK ] 2.64 sec.
2026-04-30 15:26:01 01951_distributed_push_down_limit: [ OK ] 1.63 sec.
2026-04-30 15:26:03 02242_throw_if_constant_argument: [ OK ] 1.50 sec.
2026-04-30 15:26:04 01882_check_max_parts_to_merge_at_once: [ OK ] 22.01 sec.
2026-04-30 15:26:07 03680_loop_table_function_access_check: [ OK ] 9.89 sec.
2026-04-30 15:26:07 02346_fulltext_index_bug47393: [ OK ] 4.18 sec.
2026-04-30 15:26:07 02122_parallel_formatting_JSONCompactEachRow: [ OK ] 26.66 sec.
2026-04-30 15:26:09 00308_write_buffer_valid_utf8: [ OK ] 1.64 sec.
2026-04-30 15:26:11 02725_object_column_alter: [ OK ] 2.12 sec.
2026-04-30 15:26:13 02809_has_subsequence: [ OK ] 7.93 sec.
2026-04-30 15:26:13 02970_visible_width_behavior: [ OK ] 1.55 sec.
2026-04-30 15:26:14 01710_normal_projection_format: [ OK ] 1.55 sec.
2026-04-30 15:26:17 02915_analyzer_fuzz_2: [ OK ] 2.37 sec.
2026-04-30 15:26:20 01663_test_toDate_mysql_compatibility: [ OK ] 2.62 sec.
2026-04-30 15:26:20 02877_optimize_read_in_order_from_view: [ OK ] 21.56 sec.
2026-04-30 15:26:27 02232_partition_pruner_mixed_constant_type: [ OK ] 5.75 sec.
2026-04-30 15:26:34 02004_intersect_except_distinct_operators: [ OK ] 33.89 sec.
2026-04-30 15:26:35 03152_join_filter_push_down_equivalent_columns: [ OK ] 12.28 sec.
2026-04-30 15:26:38 02578_ipv4_codec_t64: [ OK ] 2.80 sec.
2026-04-30 15:26:44 02240_get_type_serialization_streams: [ OK ] 5.03 sec.
2026-04-30 15:26:46 02461_cancel_finish_race: [ OK ] 33.36 sec.
2026-04-30 15:26:52 02949_parallel_replicas_in_subquery: [ OK ] 16.85 sec.
2026-04-30 15:26:53 01882_scalar_subquery_exception: [ OK ] 6.19 sec.
2026-04-30 15:26:55 00300_csv: [ OK ] 1.76 sec.
2026-04-30 15:27:05 01528_clickhouse_local_prepare_parts: [ OK ] 36.78 sec.
2026-04-30 15:27:24 02381_compress_marks_and_primary_key: [ OK ] 76.92 sec.
2026-04-30 15:27:25 02023_storage_filelog: [ OK ] 30.25 sec.
2026-04-30 15:27:26 02896_optimize_array_exists_to_has_with_date: [ OK ] 1.49 sec.
2026-04-30 15:27:32 00328_long_case_construction: [ OK ] 368.40 sec.
2026-04-30 15:27:34 03071_analyzer_array_join_forbid_non_existing_columns: [ OK ] 1.25 sec.
2026-04-30 15:27:35 01359_codeql: [ OK ] 1.41 sec.
2026-04-30 15:27:37 02842_one_input_format: [ OK ] 11.63 sec.
2026-04-30 15:27:37 00473_output_format_json_quote_denormals: [ OK ] 11.11 sec.
2026-04-30 15:27:39 01656_sequence_next_node_long: [ OK ] 91.57 sec.
2026-04-30 15:27:39 01123_parse_date_time_best_effort_even_more: [ OK ] 1.46 sec.
2026-04-30 15:27:42 02369_analyzer_array_join_function: [ OK ] 3.00 sec.
2026-04-30 15:27:45 03147_asof_join_ddb_missing: [ OK ] 60.89 sec.
2026-04-30 15:27:48 02565_update_empty_nested: [ OK ] 9.36 sec.
2026-04-30 15:27:50 02129_add_column_add_ttl: [ OK ] 8.31 sec.
2026-04-30 15:27:52 01508_explain_header: [ OK ] 1.95 sec.
2026-04-30 15:27:54 01293_client_interactive_vertical_singleline: [ OK ] 5.40 sec.
2026-04-30 15:27:56 02097_initializeAggregationNullable: [ OK ] 1.70 sec.
2026-04-30 15:27:58 02815_fix_not_found_constants_col_in_block: [ OK ] 2.12 sec.
2026-04-30 15:28:00 00073_merge_sorting_empty_array_joined: [ OK ] 1.78 sec.
2026-04-30 15:28:02 02539_generate_random_ip: [ OK ] 1.55 sec.
2026-04-30 15:28:10 03034_recursive_cte_tree_fuzz_crash_fix: [ OK ] 8.25 sec.
2026-04-30 15:28:13 02131_skip_index_not_materialized: [ OK ] 2.75 sec.
2026-04-30 15:28:15 01032_duplicate_column_insert_query: [ OK ] 1.94 sec.
2026-04-30 15:28:16 02118_deserialize_whole_text: [ OK ] 30.91 sec.
2026-04-30 15:28:18 02788_current_schemas_function: [ OK ] 1.92 sec.
2026-04-30 15:28:21 01053_if_chain_check: [ OK ] 4.73 sec.
2026-04-30 15:28:21 02477_logical_expressions_optimizer_low_cardinality: [ OK ] 2.95 sec.
2026-04-30 15:28:22 00098_g_union_all: [ OK ] 1.48 sec.
2026-04-30 15:28:25 02699_polygons_sym_difference_total: [ OK ] 1.96 sec.
2026-04-30 15:28:27 02041_openssl_hash_functions_test: [ OK ] 2.58 sec.
2026-04-30 15:28:32 02418_keeper_map_keys_limit: [ OK ] 4.81 sec.
2026-04-30 15:28:37 00520_http_nullable: [ OK ] 4.37 sec.
2026-04-30 15:28:38 00825_protobuf_format_persons: [ OK ] 62.69 sec.
2026-04-30 15:28:40 02811_invalid_embedded_rocksdb_create: [ OK ] 1.99 sec.
2026-04-30 15:28:54 00431_if_nulls: [ OK ] 32.97 sec.
2026-04-30 15:29:00 03039_recursive_cte_postgres_5: [ OK ] 20.14 sec.
2026-04-30 15:29:04 02302_clash_const_aggegate_join: [ OK ] 9.75 sec.
2026-04-30 15:29:06 00604_show_create_database: [ OK ] 1.06 sec.
2026-04-30 15:29:16 01641_memory_tracking_insert_optimize: [ OK ] 35.26 sec.
2026-04-30 15:29:30 00700_decimal_casts: [ OK ] 29.86 sec.
2026-04-30 15:29:35 02494_array_function_range: [ OK ] 4.22 sec.
2026-04-30 15:29:37 01473_system_events_zeroes: [ OK ] 2.21 sec.
2026-04-30 15:29:40 00271_agg_state_and_totals: [ OK ] 2.63 sec.
2026-04-30 15:29:44 02783_parsedatetimebesteffort_syslog: [ OK ] 3.04 sec.
2026-04-30 15:29:46 03016_analyzer_groupby_fuzz_59796: [ OK ] 2.44 sec.
2026-04-30 15:29:48 02020_exponential_smoothing: [ OK ] 32.25 sec.
2026-04-30 15:29:51 01416_join_totals_header_bug: [ OK ] 2.15 sec.
2026-04-30 15:29:53 02814_create_index_uniq_noop: [ OK ] 1.73 sec.
2026-04-30 15:30:00 00387_use_client_time_zone: [ OK ] 6.84 sec.
2026-04-30 15:30:05 00909_arrayEnumerateUniq: [ OK ] 56.19 sec.
2026-04-30 15:30:06 02001_append_output_file: [ OK ] 5.77 sec.
2026-04-30 15:30:06 03211_nested_json_merges: [ SKIPPED ] 0.00 sec.
2026-04-30 15:30:06 Reason: not running for current build
2026-04-30 15:30:19 00515_enhanced_time_zones: [ OK ] 13.32 sec.
2026-04-30 15:30:19 02161_addressToLineWithInlines: [ SKIPPED ] 0.00 sec.
2026-04-30 15:30:19 Reason: not running for current build
2026-04-30 15:30:27 02842_filesystem_cache_validate_path: [ OK ] 6.04 sec.
2026-04-30 15:30:28 00837_minmax_index: [ OK ] 21.38 sec.
2026-04-30 15:30:31 02967_parallel_replicas_join_algo_and_analyzer_1: [ OK ] 173.19 sec.
2026-04-30 15:30:31 02021_h3_is_res_classIII: [ OK ] 3.98 sec.
2026-04-30 15:30:33 02030_rocksdb_race_long: [ OK ] 46.61 sec.
2026-04-30 15:30:34 00346_if_tuple: [ OK ] 2.95 sec.
2026-04-30 15:30:34 02293_h3_line: [ OK ] 6.22 sec.
2026-04-30 15:30:36 02429_combinators_in_array_reduce: [ OK ] 3.34 sec.
2026-04-30 15:30:39 02456_alter-nullable-column-bag-2: [ OK ] 7.25 sec.
2026-04-30 15:30:39 02995_index_10: [ SKIPPED ] 0.00 sec.
2026-04-30 15:30:39 Reason: not running for current build
2026-04-30 15:30:41 01769_extended_range_2: [ OK ] 2.16 sec.
2026-04-30 15:30:46 03008_index_small: [ OK ] 4.19 sec.
2026-04-30 15:30:55 01001_rename_merge_race_condition: [ OK ] 20.71 sec.
2026-04-30 15:30:56 02725_any_join_single_row: [ OK ] 10.05 sec.
2026-04-30 15:30:58 01471_top_k_range_check: [ OK ] 1.68 sec.
2026-04-30 15:31:01 01782_field_oom: [ OK ] 449.27 sec.
2026-04-30 15:31:02 01058_window_view_event_hop_to_strict_asc: [ OK ] 27.05 sec.
2026-04-30 15:31:03 02003_compress_bz2: [ OK ] 6.94 sec.
2026-04-30 15:31:03 00072_in_types: [ OK ] 1.51 sec.
2026-04-30 15:31:12 01480_binary_operator_monotonicity: [ OK ] 10.16 sec.
2026-04-30 15:31:16 00700_to_decimal_or_something_1: [ OK ] 17.68 sec.
2026-04-30 15:31:17 02389_analyzer_nested_lambda: [ OK ] 203.89 sec.
2026-04-30 15:31:24 00618_nullable_in: [ OK ] 6.67 sec.
2026-04-30 15:31:25 02520_group_array_last: [ OK ] 8.85 sec.
2026-04-30 15:31:30 01521_max_length_alias: [ OK ] 4.41 sec.
2026-04-30 15:31:37 02677_grace_hash_limit_race: [ OK ] 7.39 sec.
2026-04-30 15:31:47 00800_low_cardinality_merge_join: [ OK ] 35.41 sec.
2026-04-30 15:31:59 02803_backup_tmp_files: [ OK ] 21.51 sec.
2026-04-30 15:32:02 01798_having_push_down: [ OK ] 14.59 sec.
2026-04-30 15:32:06 03015_aggregator_empty_data_multiple_blocks: [ OK ] 3.45 sec.
2026-04-30 15:32:07 00834_kill_mutation_replicated_zookeeper: [ OK ] 89.72 sec.
2026-04-30 15:32:16 02999_scalar_subqueries_bug_1: [ OK ] 8.53 sec.
2026-04-30 15:32:23 01073_bad_alter_partition: [ OK ] 6.84 sec.
2026-04-30 15:32:28 02476_analyzer_identifier_hints: [ OK ] 84.74 sec.
2026-04-30 15:32:30 03246_json_simd_rapid_parsers: [ OK ] 6.78 sec.
2026-04-30 15:32:32 01786_group_by_pk_many_streams: [ OK ] 32.28 sec.
2026-04-30 15:32:33 02293_http_header_summary_contains_exception_code_with_progress: [ OK ] 5.43 sec.
2026-04-30 15:32:34 01544_errorCodeToName: [ OK ] 2.04 sec.
2026-04-30 15:32:41 02800_transform_alter: [ OK ] 7.61 sec.
2026-04-30 15:32:43 02474_fix_function_parser_bug: [ OK ] 1.50 sec.
2026-04-30 15:32:46 02311_create_table_with_unknown_format: [ OK ] 2.86 sec.
2026-04-30 15:32:55 01654_test_writer_block_sequence: [ OK ] 48.25 sec.
2026-04-30 15:32:58 00293_shard_max_subquery_depth: [ OK ] 11.61 sec.
2026-04-30 15:32:59 02771_jit_functions_comparison_crash: [ OK ] 4.14 sec.
2026-04-30 15:33:02 02680_default_star: [ OK ] 1.56 sec.
2026-04-30 15:33:07 03169_cache_complex_dict_short_circuit_bug: [ OK ] 4.88 sec.
2026-04-30 15:33:09 01155_old_mutation_parts_to_do: [ OK ] 38.54 sec.
2026-04-30 15:33:09 03213_rand_dos: [ OK ] 2.28 sec.
2026-04-30 15:33:13 02354_numeric_literals_with_underscores: [ OK ] 3.79 sec.
2026-04-30 15:33:19 02162_array_first_last_index: [ OK ] 5.26 sec.
2026-04-30 15:33:43 01358_lc_parquet: [ OK ] 34.04 sec.
2026-04-30 15:33:56 02993_lazy_index_loading: [ OK ] 152.47 sec.
2026-04-30 15:33:57 03262_column_sizes_with_dynamic_structure: [ OK ] 172.82 sec.
2026-04-30 15:33:59 01632_nullable_string_type_convert_to_decimal_type: [ OK ] 1.90 sec.
2026-04-30 15:33:59 00033_fixed_string_to_string: [ OK ] 2.31 sec.
2026-04-30 15:34:02 01010_partial_merge_join: [ OK ] 63.56 sec.
2026-04-30 15:34:02 02155_nested_lc_defalut_bug: [ OK ] 2.73 sec.
2026-04-30 15:34:13 01926_order_by_desc_limit: [ OK ] 426.95 sec.
API: SYSTEM.config
Time: 14:34:23 UTC 04/30/2026
DeploymentID: 2ab3a7e5-757d-4814-af2f-6971f06eb2b2
Error: unable to send webhook log entry to 'minio-http-audit-ch_audit_webhook' err 'http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString returned 'Post "http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString": context deadline exceeded', please check your endpoint configuration' (*fmt.wrapError)
4: internal/logger/logonce.go:64:logger.(*logOnceType).logOnceConsoleIf()
3: internal/logger/logonce.go:157:logger.LogOnceConsoleIf()
2: cmd/logging.go:132:cmd.configLogOnceConsoleIf()
1: internal/logger/target/http/http.go:416:http.(*Target).startQueueProcessor()
2026-04-30 15:34:43 00926_adaptive_index_granularity_collapsing_merge_tree: [ OK ] 40.11 sec.
2026-04-30 15:34:45 02810_async_insert_dedup_replicated_collapsing: [ OK ] 41.98 sec.
2026-04-30 15:34:48 00876_wrong_arraj_join_column: [ OK ] 3.78 sec.
2026-04-30 15:34:54 02306_rowbinary_has_no_bom: [ OK ] 5.82 sec.
2026-04-30 15:34:57 00411_long_accurate_number_comparison_int1: [ OK ] 484.60 sec.
2026-04-30 15:35:00 01308_row_policy_and_trivial_count_query: [ OK ] 3.47 sec.
2026-04-30 15:35:10 01710_force_use_projection: [ OK ] 9.51 sec.
2026-04-30 15:35:13 01736_null_as_default: [ OK ] 2.43 sec.
2026-04-30 15:35:22 00834_limit_with_constant_expressions: [ OK ] 8.88 sec.
2026-04-30 15:35:31 00266_read_overflow_mode: [ OK ] 7.26 sec.
2026-04-30 15:35:35 00752_low_cardinality_permute: [ OK ] 3.88 sec.
2026-04-30 15:36:08 02423_ddl_for_opentelemetry: [ OK ] 213.18 sec.
2026-04-30 15:36:13 03215_varian_as_common_type_tuple_map: [ OK ] 5.18 sec.
2026-04-30 15:36:16 00964_bloom_index_string_functions: [ OK ] 80.49 sec.
2026-04-30 15:36:19 02705_settings_check_changed_flag: [ OK ] 43.68 sec.
2026-04-30 15:36:24 01010_pm_join_all_join_bug: [ OK ] 6.62 sec.
2026-04-30 15:36:25 02157_readonly_system_suspend: [ OK ] 10.52 sec.
2026-04-30 15:36:44 02534_parquet_fixed_binary_array: [ OK ] 20.26 sec.
2026-04-30 15:36:45 02771_ignore_data_skipping_indices: [ OK ] 16.76 sec.
2026-04-30 15:36:45 01646_rewrite_sum_if: [ OK ] 24.90 sec.
2026-04-30 15:36:48 02019_multiple_weird_with_fill: [ OK ] 2.85 sec.
2026-04-30 15:36:49 00603_system_parts_nonexistent_database: [ OK ] 3.74 sec.
2026-04-30 15:36:51 03063_analyzer_multi_join_wrong_table_specifier: [ OK ] 4.23 sec.
2026-04-30 15:36:52 01655_test_isnull_mysql_dialect: [ OK ] 3.03 sec.
2026-04-30 15:36:54 01621_bar_nan_arguments: [ OK ] 2.00 sec.
2026-04-30 15:37:15 03203_client_benchmark_options: [ OK ] 20.32 sec.
2026-04-30 15:37:18 01560_crash_in_agg_empty_arglist: [ OK ] 25.51 sec.
2026-04-30 15:37:23 01581_deduplicate_by_columns_replicated_long: [ OK ] 33.07 sec.
2026-04-30 15:37:23 03010_read_system_parts_table_test: [ OK ] 8.06 sec.
2026-04-30 15:37:28 01622_constraints_where_optimization: [ OK ] 9.60 sec.
2026-04-30 15:37:33 01312_case_insensitive_regexp: [ OK ] 5.00 sec.
2026-04-30 15:37:34 02891_rename_table_without_keyword: [ OK ] 10.07 sec.
2026-04-30 15:37:39 01812_has_generic: [ OK ] 3.90 sec.
2026-04-30 15:37:49 02725_cnf_large_check: [ OK ] 24.66 sec.
2026-04-30 15:37:54 02428_parameterized_view: [ OK ] 219.96 sec.
2026-04-30 15:37:56 02013_emptystring_cast: [ OK ] 16.14 sec.
2026-04-30 15:37:58 02267_special_operator_parse_alias_check: [ OK ] 24.44 sec.
2026-04-30 15:38:01 01230_join_get_truncate: [ OK ] 6.49 sec.
2026-04-30 15:38:05 02890_describe_table_options: [ OK ] 7.08 sec.
2026-04-30 15:38:12 00662_has_nullable: [ OK ] 9.85 sec.
2026-04-30 15:38:15 02476_query_parameters_without_serialisation: [ OK ] 9.40 sec.
2026-04-30 15:38:16 03008_uniq_exact_equal_ranges: [ OK ] 296.77 sec.
2026-04-30 15:38:19 02675_predicate_push_down_filled_join_fix: [ OK ] 6.52 sec.
2026-04-30 15:38:22 01081_window_view_target_table_engine: [ OK ] 32.58 sec.
2026-04-30 15:38:24 00052_all_left_join: [ OK ] 1.62 sec.
2026-04-30 15:38:25 00273_quantiles: [ OK ] 28.94 sec.
2026-04-30 15:38:27 02128_apply_lambda_parsing: [ OK ] 2.22 sec.
2026-04-30 15:38:27 00823_capnproto_input: [ OK ] 11.94 sec.
2026-04-30 15:38:29 02900_issue_55858: [ OK ] 4.59 sec.
2026-04-30 15:38:32 00299_stripe_log_multiple_inserts: [ OK ] 12.25 sec.
2026-04-30 15:38:34 02235_add_part_offset_virtual_column: [ OK ] 228.14 sec.
2026-04-30 15:38:35 01732_union_and_union_all: [ OK ] 2.03 sec.
2026-04-30 15:38:38 03289_explain_syntax_statistics: [ OK ] 2.65 sec.
2026-04-30 15:38:40 02003_WithMergeableStateAfterAggregationAndLimit_LIMIT_BY_LIMIT_OFFSET: [ OK ] 12.66 sec.
2026-04-30 15:38:41 02810_fix_remove_dedundant_distinct_view: [ OK ] 10.91 sec.
2026-04-30 15:38:41 01424_parse_date_time_bad_date: [ OK ] 2.90 sec.
2026-04-30 15:38:43 00135_duplicate_group_by_keys_segfault: [ OK ] 7.53 sec.
2026-04-30 15:38:51 00507_array_no_params: [ OK ] 9.63 sec.
2026-04-30 15:38:53 02375_scalar_lc_cte: [ OK ] 2.27 sec.
2026-04-30 15:38:54 01504_rocksdb: [ OK ] 294.28 sec.
2026-04-30 15:38:54 02226_low_cardinality_text_bloom_filter_index: [ OK ] 26.01 sec.
2026-04-30 15:38:57 01666_date_lut_buffer_overflow: [ OK ] 3.03 sec.
2026-04-30 15:39:05 01710_projection_aggregate_functions_null_for_empty: [ OK ] 6.96 sec.
2026-04-30 15:39:11 01825_type_json_partitions: [ OK ] 5.35 sec.
2026-04-30 15:39:15 00275_shard_quantiles_weighted: [ OK ] 32.80 sec.
2026-04-30 15:39:15 00105_shard_collations: [ OK ] 21.46 sec.
2026-04-30 15:39:33 01461_query_start_time_microseconds: [ OK ] 50.28 sec.
2026-04-30 15:39:45 02122_parallel_formatting_TSV: [ OK ] 33.22 sec.
2026-04-30 15:39:45 01012_serialize_array_memory_usage: [ OK ] 28.99 sec.
2026-04-30 15:39:46 01289_min_execution_speed_not_too_early: [ OK ] 89.22 sec.
2026-04-30 15:39:46 00700_decimal_arithm: [ OK ] 52.32 sec.
2026-04-30 15:39:47 01036_union_different_columns: [ OK ] 1.86 sec.
2026-04-30 15:39:49 00307_format_xml: [ OK ] 2.28 sec.
2026-04-30 15:39:53 01915_merge_prewhere_virtual_column_rand_chao_wang: [ OK ] 3.58 sec.
2026-04-30 15:39:54 03290_final_collapsing: [ OK ] 9.20 sec.
2026-04-30 15:39:57 02524_fuzz_and_fuss: [ OK ] 3.51 sec.
2026-04-30 15:39:59 01414_freeze_does_not_prevent_alters: [ OK ] 13.11 sec.
2026-04-30 15:40:00 00695_pretty_max_column_pad_width: [ OK ] 2.23 sec.
2026-04-30 15:40:00 02476_analyzer_join_with_unused_columns: [ OK ] 5.88 sec.
2026-04-30 15:40:06 01710_projection_with_mixed_pipeline: [ OK ] 5.54 sec.
2026-04-30 15:40:06 02870_per_column_settings: [ OK ] 17.87 sec.
2026-04-30 15:40:07 00910_buffer_prewhere: [ OK ] 3.66 sec.
2026-04-30 15:40:08 02579_parameterized_replace: [ OK ] 2.12 sec.
2026-04-30 15:40:10 02293_grouping_function_group_by: [ OK ] 36.45 sec.
2026-04-30 15:40:11 02207_ttl_move_if_exists: [ OK ] 2.14 sec.
2026-04-30 15:40:15 02354_parse_timedelta: [ OK ] 8.12 sec.
2026-04-30 15:40:16 01518_filtering_aliased_materialized_column: [ OK ] 5.25 sec.
2026-04-30 15:40:21 00639_startsWith: [ OK ] 5.41 sec.
2026-04-30 15:40:22 03077_analyzer_multi_scalar_subquery_aliases: [ OK ] 10.95 sec.
2026-04-30 15:40:22 02785_left_anti_join_bug: [ OK ] 4.66 sec.
2026-04-30 15:40:28 02998_to_milliseconds: [ OK ] 6.07 sec.
2026-04-30 15:40:32 02373_datetime64_monotonicity: [ OK ] 32.27 sec.
2026-04-30 15:40:32 01090_fixed_string_bit_ops: [ OK ] 3.58 sec.
2026-04-30 15:40:43 03269_partition_key_not_in_set: [ OK ] 36.55 sec.
2026-04-30 15:40:50 02841_tuple_modulo: [ OK ] 6.34 sec.
2026-04-30 15:40:51 02560_window_ntile: [ OK ] 18.00 sec.
2026-04-30 15:40:52 01414_low_cardinality_nullable: [ OK ] 130.26 sec.
2026-04-30 15:40:57 01632_max_partitions_to_read: [ OK ] 5.61 sec.
2026-04-30 15:41:22 03174_multiple_authentication_methods: [ OK ] 30.16 sec.
2026-04-30 15:41:23 01077_mutations_index_consistency: [ OK ] 61.31 sec.
2026-04-30 15:41:25 01044_h3_edge_angle: [ OK ] 1.76 sec.
2026-04-30 15:41:29 02863_mutation_where_in_set_result_cache_pipeline_stuck_bug: [ OK ] 6.26 sec.
2026-04-30 15:41:29 01890_jit_aggregation_function_sum_long: [ OK ] 67.22 sec.
2026-04-30 15:41:31 01664_decimal_ubsan: [ OK ] 2.22 sec.
2026-04-30 15:41:33 00502_string_concat_with_array: [ OK ] 1.62 sec.
2026-04-30 15:41:37 01781_merge_tree_deduplication: [ OK ] 47.03 sec.
2026-04-30 15:41:38 01442_merge_detach_attach_long: [ OK ] 41.23 sec.
2026-04-30 15:41:44 02013_zlib_read_after_eof: [ OK ] 10.60 sec.
2026-04-30 15:41:45 01018_Distributed__shard_num: [ OK ] 14.52 sec.
2026-04-30 15:41:47 02461_mullable_pk_monotonicity_bug: [ OK ] 21.76 sec.
2026-04-30 15:41:47 00905_compile_expressions_compare_big_dates: [ OK ] 2.53 sec.
2026-04-30 15:41:50 00063_check_query: [ OK ] 3.08 sec.
2026-04-30 15:42:00 01508_race_condition_rename_clear_zookeeper_long: [ OK ] 87.92 sec.
2026-04-30 15:42:02 01493_table_function_null: [ OK ] 1.81 sec.
2026-04-30 15:42:04 01380_nullable_state: [ OK ] 16.37 sec.
2026-04-30 15:42:04 00647_select_numbers_with_offset: [ OK ] 1.64 sec.
2026-04-30 15:42:08 03001_data_version_column: [ OK ] 3.85 sec.
2026-04-30 15:42:08 03143_join_filter_push_down_filled_join_fix: [ OK ] 3.58 sec.
2026-04-30 15:42:09 02900_buffer_table_alter_race: [ OK ] 23.83 sec.
2026-04-30 15:42:10 02394_every_profile_event_must_have_documentation: [ OK ] 1.96 sec.
2026-04-30 15:42:12 02813_any_value: [ OK ] 3.54 sec.
2026-04-30 15:42:12 00258_materializing_tuples: [ OK ] 1.72 sec.
2026-04-30 15:42:13 00339_parsing_bad_arrays: [ OK ] 4.02 sec.
2026-04-30 15:42:15 01034_unknown_qualified_column_in_join: [ OK ] 1.43 sec.
2026-04-30 15:42:18 02352_interactive_queries_from_file: [ OK ] 5.54 sec.
2026-04-30 15:42:18 01137_sample_final: [ OK ] 2.65 sec.
2026-04-30 15:42:18 01825_new_type_json_insert_select: [ OK ] 27.73 sec.
2026-04-30 15:42:19 02355_column_type_name_lc: [ OK ] 1.34 sec.
2026-04-30 15:42:20 00910_crash_when_distributed_modify_order_by: [ OK ] 1.90 sec.
2026-04-30 15:42:20 02382_analyzer_matcher_join_using: [ OK ] 8.32 sec.
2026-04-30 15:42:22 00625_arrays_in_nested: [ OK ] 3.17 sec.
2026-04-30 15:42:24 02188_table_function_format: [ OK ] 1.42 sec.
2026-04-30 15:42:24 02002_system_table_with_tuple: [ OK ] 4.26 sec.
2026-04-30 15:42:26 01460_mark_inclusion_search_crash: [ OK ] 1.92 sec.
2026-04-30 15:42:29 00674_join_on_syntax: [ OK ] 11.09 sec.
2026-04-30 15:42:30 00284_external_aggregation_2: [ OK ] 526.40 sec.
2026-04-30 15:42:30 00821_distributed_storage_with_join_on: [ OK ] 3.83 sec.
2026-04-30 15:42:31 02515_tuple_lambda_parsing: [ OK ] 1.25 sec.
2026-04-30 15:42:31 00673_subquery_prepared_set_performance: [ OK ] 6.78 sec.
2026-04-30 15:42:32 01797_StripeLog_rwlock_ub: [ OK ] 1.73 sec.
2026-04-30 15:42:32 01273_arrow_arrays_load: [ OK ] 11.74 sec.
2026-04-30 15:42:32 01220_scalar_optimization_in_alter: [ OK ] 1.52 sec.
2026-04-30 15:42:32 03003_analyzer_setting: [ OK ] 1.40 sec.
2026-04-30 15:42:34 01667_aes_args_check: [ OK ] 1.47 sec.
2026-04-30 15:42:34 02956_fix_to_start_of_milli_microsecond: [ OK ] 1.58 sec.
2026-04-30 15:42:34 02716_int256_arrayfunc: [ OK ] 1.87 sec.
2026-04-30 15:42:36 03198_bit_shift_throws_error_for_out_of_bounds: [ OK ] 2.76 sec.
2026-04-30 15:42:36 02967_analyzer_fuzz: [ OK ] 1.87 sec.
2026-04-30 15:42:37 02982_comments_in_system_tables: [ OK ] 5.46 sec.
2026-04-30 15:42:37 00506_shard_global_in_union: [ OK ] 2.99 sec.
2026-04-30 15:42:37 01518_nullable_aggregate_states2: [ OK ] 59.94 sec.
2026-04-30 15:42:38 01302_polygons_distance: [ OK ] 1.62 sec.
2026-04-30 15:42:40 01778_where_with_column_name: [ OK ] 1.42 sec.
2026-04-30 15:42:42 02577_keepermap_delete_update: [ OK ] 2.65 sec.
2026-04-30 15:42:44 03198_settings_in_csv_tsv_schema_cache: [ OK ] 7.17 sec.
2026-04-30 15:42:46 00054_join_string: [ OK ] 1.53 sec.
2026-04-30 15:42:51 02491_part_log_has_table_uuid: [ OK ] 4.86 sec.
2026-04-30 15:42:53 03171_direct_dict_short_circuit_bug: [ OK ] 2.11 sec.
2026-04-30 15:42:55 00520_tuple_values_interpreter: [ OK ] 1.43 sec.
2026-04-30 15:42:56 03250_SYSTEM_DROP_FORMAT_SCHEMA_CACHE_FOR_Protobuf: [ OK ] 25.82 sec.
2026-04-30 15:42:57 00192_least_greatest: [ OK ] 2.64 sec.
2026-04-30 15:42:59 00497_whitespaces_in_insert: [ OK ] 22.61 sec.
2026-04-30 15:42:59 00700_decimal_with_default_precision_and_scale: [ OK ] 1.73 sec.
2026-04-30 15:43:00 00554_nested_and_table_engines: [ OK ] 3.81 sec.
2026-04-30 15:43:01 02479_if_with_null_and_cullable_const: [ OK ] 1.48 sec.
2026-04-30 15:43:01 02122_parallel_formatting_PrettyNoEscapes: [ OK ] 24.14 sec.
2026-04-30 15:43:02 01948_group_bitmap_and_or_xor_fix: [ OK ] 1.52 sec.
2026-04-30 15:43:03 01009_insert_select_data_loss: [ OK ] 1.61 sec.
2026-04-30 15:43:03 01822_union_and_constans_error: [ OK ] 1.72 sec.
2026-04-30 15:43:04 00586_removing_unused_columns_from_subquery: [ OK ] 4.66 sec.
2026-04-30 15:43:05 00833_sleep_overflow: [ OK ] 1.69 sec.
2026-04-30 15:43:07 01246_extractAllGroupsVertical: [ OK ] 6.36 sec.
2026-04-30 15:43:08 02346_to_hour_monotonicity_fix: [ OK ] 3.56 sec.
2026-04-30 15:43:08 03261_sort_cursor_crash: [ OK ] 2.65 sec.
2026-04-30 15:43:10 02972_to_string_nullable_timezone: [ OK ] 1.63 sec.
2026-04-30 15:43:12 03039_dynamic_summing_merge_tree: [ OK ] 93.80 sec.
2026-04-30 15:43:13 01674_clickhouse_client_query_param_cte: [ OK ] 5.01 sec.
2026-04-30 15:43:18 02751_multiquery_with_argument: [ OK ] 13.98 sec.
2026-04-30 15:43:18 02455_default_union_except_intersect: [ OK ] 4.38 sec.
2026-04-30 15:43:18 00443_optimize_final_vertical_merge: [ OK ] 40.44 sec.
2026-04-30 15:43:19 02165_h3_edge_length_km: [ OK ] 1.56 sec.
2026-04-30 15:43:20 00902_entropy: [ OK ] 1.81 sec.
2026-04-30 15:43:20 03134_positional_arguments: [ OK ] 12.66 sec.
2026-04-30 15:43:22 00616_final_single_part: [ OK ] 2.06 sec.
2026-04-30 15:43:22 00927_asof_join_noninclusive: [ OK ] 2.66 sec.
2026-04-30 15:43:23 01527_bad_aggregation_in_lambda: [ OK ] 1.16 sec.
2026-04-30 15:43:24 00872_t64_bit_codec: [ OK ] 13.97 sec.
2026-04-30 15:43:24 01585_use_index_for_global_in: [ OK ] 1.75 sec.
2026-04-30 15:43:25 02525_different_engines_in_temporary_tables: [ OK ] 2.02 sec.
2026-04-30 15:43:25 00559_filter_array_generic: [ OK ] 1.17 sec.
2026-04-30 15:43:26 01213_alter_rename_nested: [ OK ] 2.01 sec.
2026-04-30 15:43:27 01043_dictionary_attribute_properties_values: [ OK ] 1.41 sec.
2026-04-30 15:43:28 02458_empty_hdfs_url: [ OK ] 1.35 sec.
2026-04-30 15:43:30 02900_clickhouse_local_drop_current_database: [ OK ] 4.10 sec.
2026-04-30 15:43:30 01034_prewhere_max_parallel_replicas_distributed: [ OK ] 2.01 sec.
2026-04-30 15:43:33 00986_materialized_view_stack_overflow: [ OK ] 8.01 sec.
2026-04-30 15:43:35 02661_read_from_archive_tzst: [ OK ] 52.41 sec.
2026-04-30 15:43:35 01431_utf8_ubsan: [ OK ] 1.48 sec.
2026-04-30 15:43:36 02383_arrow_dict_special_cases: [ OK ] 16.02 sec.
2026-04-30 15:43:36 00570_empty_array_is_const: [ OK ] 1.37 sec.
2026-04-30 15:43:37 01903_http_fields: [ OK ] 6.80 sec.
2026-04-30 15:43:39 02457_filesystem_function: [ OK ] 1.42 sec.
2026-04-30 15:43:41 02769_compare_functions_nan: [ OK ] 4.47 sec.
2026-04-30 15:43:42 02495_concat_with_separator: [ OK ] 5.95 sec.
2026-04-30 15:43:43 02049_lowcardinality_shortcircuit_crash: [ OK ] 2.01 sec.
2026-04-30 15:43:44 01603_remove_column_ttl: [ OK ] 1.44 sec.
2026-04-30 15:43:44 01648_mutations_and_escaping: [ OK ] 5.42 sec.
2026-04-30 15:43:47 03273_dictionary_rbac: [ OK ] 11.77 sec.
2026-04-30 15:43:49 02815_alias_to_length: [ OK ] 1.76 sec.
2026-04-30 15:43:49 02293_http_header_full_summary_without_progress: [ OK ] 4.86 sec.
2026-04-30 15:43:51 00688_low_cardinality_defaults: [ OK ] 1.42 sec.
2026-04-30 15:43:51 02995_index_5: [ SKIPPED ] 0.00 sec.
2026-04-30 15:43:51 Reason: not running for current build
2026-04-30 15:43:53 02122_join_group_by_timeout: [ OK ] 22.69 sec.
2026-04-30 15:43:54 00758_array_reverse: [ OK ] 2.79 sec.
2026-04-30 15:43:56 01025_array_compact_generic: [ OK ] 2.50 sec.
2026-04-30 15:43:58 00441_nulls_in: [ OK ] 3.98 sec.
2026-04-30 15:44:00 02426_to_string_nullable_fixedstring: [ OK ] 1.71 sec.
2026-04-30 15:44:01 03291_json_big_structure_deserialization: [ OK ] 286.01 sec.
2026-04-30 15:44:02 01545_url_file_format_settings: [ OK ] 5.54 sec.
2026-04-30 15:44:03 01813_quantileBfloat16_nans: [ OK ] 2.55 sec.
2026-04-30 15:44:09 00820_multiple_joins_subquery_requires_alias: [ OK ] 6.14 sec.
2026-04-30 15:44:23 01049_join_low_card_bug_long: [ OK ] 70.20 sec.
2026-04-30 15:44:25 03039_dynamic_collapsing_merge_tree: [ OK ] 67.39 sec.
2026-04-30 15:44:27 00763_long_lock_buffer_alter_destination_table: [ OK ] 41.82 sec.
2026-04-30 15:44:29 01055_prewhere_bugs: [ OK ] 3.53 sec.
2026-04-30 15:44:30 02490_replacing_merge_tree_is_deleted_column_transform_opt: [ OK ] 28.20 sec.
2026-04-30 15:44:31 02469_interval_msan: [ OK ] 4.27 sec.
2026-04-30 15:44:42 01780_column_sparse_full: [ OK ] 32.46 sec.
2026-04-30 15:44:54 02221_system_zookeeper_unrestricted_like: [ OK ] 21.93 sec.
2026-04-30 15:45:05 01529_bad_memory_tracking: [ OK ] 22.17 sec.
2026-04-30 15:45:10 00754_alter_modify_column_partitions: [ OK ] 39.89 sec.
2026-04-30 15:45:14 01651_map_functions: [ OK ] 20.13 sec.
2026-04-30 15:45:22 01763_long_ttl_group_by: [ OK ] 59.03 sec.
2026-04-30 15:45:26 01106_const_fixed_string_like: [ OK ] 11.50 sec.
2026-04-30 15:45:29 02454_disable_mergetree_with_lightweight_delete_column: [ OK ] 6.62 sec.
2026-04-30 15:45:37 00926_adaptive_index_granularity_merge_tree: [ OK ] 67.73 sec.
2026-04-30 15:45:38 01319_query_formatting_in_server_log: [ OK ] 27.34 sec.
2026-04-30 15:45:39 00563_shard_insert_into_remote: [ OK ] 1.56 sec.
2026-04-30 15:45:40 01430_modify_sample_by_zookeeper_long: [ OK ] 13.39 sec.
2026-04-30 15:45:40 01091_insert_with_default_json: [ OK ] 1.96 sec.
2026-04-30 15:45:40 01063_create_column_set: [ OK ] 1.27 sec.
2026-04-30 15:45:41 02146_mv_non_phys: [ OK ] 1.16 sec.
2026-04-30 15:45:47 01170_alter_partition_isolation: [ OK ] 18.50 sec.
2026-04-30 15:45:50 02366_normalize_aggregate_function_types_and_states: [ OK ] 2.70 sec.
2026-04-30 15:45:58 01825_type_json_8: [ OK ] 17.71 sec.
2026-04-30 15:46:02 00700_decimal_complex_types: [ OK ] 21.04 sec.
2026-04-30 15:46:05 02111_with_fill_no_rows: [ OK ] 2.75 sec.
2026-04-30 15:46:15 02844_table_function_url_filter_by_virtual_columns: [ OK ] 7.69 sec.
2026-04-30 15:46:21 02225_hints_for_indeices: [ OK ] 21.25 sec.
2026-04-30 15:46:32 02801_backup_native_copy: [ OK ] 84.06 sec.
2026-04-30 15:46:34 00338_replicate_array_of_strings: [ OK ] 17.39 sec.
2026-04-30 15:46:39 01089_alter_settings_old_format: [ OK ] 6.21 sec.
2026-04-30 15:46:41 01076_predicate_optimizer_with_view: [ OK ] 17.19 sec.
2026-04-30 15:46:45 03208_uniq_with_empty_tuple: [ OK ] 3.17 sec.
2026-04-30 15:46:46 02385_analyzer_aliases_compound_expression: [ OK ] 9.53 sec.
2026-04-30 15:46:47 03009_format_show_database: [ OK ] 6.21 sec.
2026-04-30 15:46:51 02421_truncate_isolation_with_mutations: [ OK ] 166.06 sec.
2026-04-30 15:46:52 00810_in_operators_segfault: [ OK ] 5.77 sec.
2026-04-30 15:46:55 00555_right_join_excessive_rows: [ OK ] 8.30 sec.
2026-04-30 15:47:01 03203_variant_convert_field_to_type_bug: [ OK ] 4.91 sec.
2026-04-30 15:47:01 02021_prewhere_column_optimization: [ OK ] 11.81 sec.
2026-04-30 15:47:04 02933_ephemeral_mv: [ OK ] 11.29 sec.
2026-04-30 15:47:08 00904_array_with_constant_2: [ OK ] 3.94 sec.
2026-04-30 15:47:08 00966_invalid_json_must_not_parse: [ OK ] 7.15 sec.
2026-04-30 15:47:11 02456_aggregate_state_conversion: [ OK ] 1.84 sec.
2026-04-30 15:47:11 01054_random_printable_ascii_ubsan: [ OK ] 18.62 sec.
2026-04-30 15:47:21 01586_columns_pruning: [ OK ] 20.64 sec.
2026-04-30 15:47:25 02532_send_logs_level_test: [ OK ] 12.22 sec.
2026-04-30 15:47:26 02207_s3_content_type: [ OK ] 13.01 sec.
2026-04-30 15:47:27 01509_check_many_parallel_quorum_inserts_long: [ OK ] 96.45 sec.
2026-04-30 15:47:27 01383_log_broken_table: [ OK ] 224.68 sec.
2026-04-30 15:47:29 02374_analyzer_array_join: [ OK ] 7.50 sec.
2026-04-30 15:47:30 03036_schema_inference_cache_s3_archives: [ OK ] 4.40 sec.
2026-04-30 15:47:32 01097_pre_limit: [ OK ] 2.24 sec.
2026-04-30 15:47:34 02793_implicit_pretty_format_settings: [ OK ] 6.54 sec.
2026-04-30 15:47:35 02802_clickhouse_disks_s3_copy: [ OK ] 9.93 sec.
2026-04-30 15:47:36 01651_lc_insert_tiny_log_2: [ OK ] 226.46 sec.
2026-04-30 15:47:36 02910_nullable_enum_cast: [ OK ] 2.16 sec.
2026-04-30 15:47:39 01018_ddl_dictionaries_special: [ OK ] 11.16 sec.
2026-04-30 15:47:40 01384_bloom_filter_bad_arguments: [ OK ] 4.47 sec.
2026-04-30 15:47:42 00952_basic_constraints: [ OK ] 32.99 sec.
2026-04-30 15:47:43 01085_extract_all_empty: [ OK ] 1.82 sec.
2026-04-30 15:47:43 00943_mv_rename_without_inner_table: [ OK ] 6.60 sec.
2026-04-30 15:47:48 02517_infer_uint64_in_case_of_int64_overflow: [ OK ] 15.41 sec.
2026-04-30 15:47:49 02971_limit_by_distributed: [ OK ] 13.30 sec.
2026-04-30 15:47:52 03161_ipv4_ipv6_equality: [ OK ] 7.40 sec.
2026-04-30 15:47:53 03207_composite_expressions_lambda_consistent_formatting: [ OK ] 8.56 sec.
2026-04-30 15:47:56 01402_cast_nullable_string_to_enum: [ OK ] 6.86 sec.
2026-04-30 15:47:58 02010_lc_native: [ OK ] 15.22 sec.
2026-04-30 15:47:58 01273_arrow_nested_arrays_load: [ OK ] 18.92 sec.
2026-04-30 15:47:58 02676_kafka_murmur_hash: [ OK ] 4.14 sec.
2026-04-30 15:47:58 03037_dynamic_merges_1_horizontal_compact_wide_tree: [ SKIPPED ] 0.00 sec.
2026-04-30 15:47:58 Reason: not running for current build
2026-04-30 15:47:59 02235_check_table_sparse_serialization: [ OK ] 9.50 sec.
2026-04-30 15:48:02 03246_json_tuple_decompress_race: [ OK ] 31.81 sec.
2026-04-30 15:48:10 01273_arrow_stream: [ OK ] 149.95 sec.
2026-04-30 15:48:11 02915_analyzer_fuzz_5: [ OK ] 7.68 sec.
2026-04-30 15:48:11 01701_clear_projection_and_part_remove: [ OK ] 17.19 sec.
2026-04-30 15:48:12 02155_dictionary_comment: [ OK ] 13.12 sec.
2026-04-30 15:48:13 02493_inconsistent_hex_and_binary_number: [ OK ] 15.54 sec.
2026-04-30 15:48:15 01274_alter_rename_column_distributed: [ OK ] 4.67 sec.
2026-04-30 15:48:17 03093_bug_gcd_codec: [ OK ] 16.09 sec.
2026-04-30 15:48:19 01710_projections_and_duplicate_columms: [ OK ] 21.03 sec.
2026-04-30 15:48:23 03010_sum_to_to_count_if_nullable: [ OK ] 11.57 sec.
2026-04-30 15:48:29 01630_simple_aggregate_function_in_summing_merge_tree: [ OK ] 16.23 sec.
2026-04-30 15:48:35 03023_invalid_format_detection: [ OK ] 5.18 sec.
2026-04-30 15:48:41 00213_multiple_global_in: [ OK ] 5.22 sec.
2026-04-30 15:48:44 02033_join_engine_deadlock_long: [ OK ] 20.85 sec.
2026-04-30 15:48:45 01592_toUnixTimestamp_Date: [ OK ] 3.13 sec.
2026-04-30 15:48:47 02382_join_and_filtering_set: [ OK ] 28.97 sec.
2026-04-30 15:48:48 02008_materialize_column: [ OK ] 34.91 sec.
2026-04-30 15:48:48 02122_4letter_words_stress_zookeeper: [ OK ] 37.21 sec.
2026-04-30 15:48:50 02364_dictionary_datetime_64_attribute_crash: [ OK ] 5.21 sec.
2026-04-30 15:48:51 01795_TinyLog_rwlock_ub: [ OK ] 3.06 sec.
2026-04-30 15:48:51 01615_two_args_function_index_fix: [ OK ] 2.42 sec.
2026-04-30 15:48:51 02880_indexHint__partition_id: [ OK ] 2.97 sec.
2026-04-30 15:48:54 01655_agg_if_nullable: [ OK ] 2.95 sec.
2026-04-30 15:48:57 03113_analyzer_not_found_column_in_block_2: [ OK ] 5.20 sec.
2026-04-30 15:48:57 02968_url_args: [ OK ] 5.34 sec.
2026-04-30 15:48:59 02345_create_table_allow_trailing_comma: [ OK ] 4.66 sec.
2026-04-30 15:49:01 02868_operator_is_not_distinct_from_priority: [ OK ] 4.02 sec.
2026-04-30 15:49:02 02531_two_level_aggregation_bug: [ OK ] 42.56 sec.
2026-04-30 15:49:03 02420_stracktrace_debug_symbols: [ OK ] 5.34 sec.
2026-04-30 15:49:06 00825_http_header_query_id: [ OK ] 5.22 sec.
2026-04-30 15:49:09 02813_seriesDecomposeSTL: [ OK ] 4.91 sec.
2026-04-30 15:49:17 01521_format_readable_time_delta2: [ OK ] 7.21 sec.
2026-04-30 15:49:18 02784_disable_async_with_dedup_correctly: [ OK ] 19.60 sec.
2026-04-30 15:49:19 02873_s3_presigned_url_and_url_with_special_characters: [ OK ] 12.53 sec.
2026-04-30 15:49:22 00551_parse_or_null: [ OK ] 2.45 sec.
2026-04-30 15:49:27 03261_test_merge_parquet_bloom_filter_minmax_stats: [ OK ] 8.69 sec.
2026-04-30 15:49:29 02701_invalid_having_NOT_AN_AGGREGATE: [ OK ] 1.50 sec.
2026-04-30 15:49:35 01825_new_type_json_7: [ OK ] 12.65 sec.
2026-04-30 15:49:35 02479_nullable_primary_key_non_first_column: [ OK ] 5.01 sec.
2026-04-30 15:49:40 00686_client_exit_code: [ OK ] 4.49 sec.
2026-04-30 15:49:41 02479_mysql_connect_to_self: [ OK ] 23.93 sec.
2026-04-30 15:49:43 00102_insert_into_temporary_table: [ OK ] 1.70 sec.
2026-04-30 15:49:46 01825_new_type_json_distributed: [ OK ] 5.49 sec.
2026-04-30 15:49:46 02423_insert_stats_behaviour: [ OK ] 42.89 sec.
2026-04-30 15:49:48 01894_jit_aggregation_function_max_long: [ OK ] 57.60 sec.
2026-04-30 15:49:50 02096_totals_global_in_bug: [ OK ] 2.35 sec.
2026-04-30 15:49:50 00064_negate_bug: [ OK ] 1.60 sec.
2026-04-30 15:49:53 01825_new_type_json_add_column: [ OK ] 9.88 sec.
2026-04-30 15:49:55 02907_backup_restore_flatten_nested: [ OK ] 19.29 sec.
2026-04-30 15:49:55 02559_multiple_read_steps_in_prewhere_missing_columns_2: [ OK ] 3.87 sec.
2026-04-30 15:49:56 00732_quorum_insert_simple_test_2_parts_zookeeper_long: [ OK ] 8.92 sec.
2026-04-30 15:49:57 00205_scalar_subqueries: [ OK ] 6.77 sec.
2026-04-30 15:49:59 01483_merge_table_join_and_group_by: [ OK ] 4.48 sec.
2026-04-30 15:50:00 00700_decimal_null: [ OK ] 5.24 sec.
2026-04-30 15:50:01 00416_pocopatch_progress_in_http_headers: [ OK ] 5.51 sec.
2026-04-30 15:50:01 03038_nested_dynamic_merges_compact_vertical: [ SKIPPED ] 0.00 sec.
2026-04-30 15:50:01 Reason: not running for current build
2026-04-30 15:50:02 01599_multiline_input_and_singleline_comments: [ OK ] 1.85 sec.
2026-04-30 15:50:03 02455_duplicate_column_names_in_schema_inference: [ OK ] 1.65 sec.
2026-04-30 15:50:04 00825_protobuf_format_splitted_nested: [ OK ] 11.04 sec.
2026-04-30 15:50:05 02702_allow_skip_errors_enum: [ OK ] 7.99 sec.
2026-04-30 15:50:08 02500_analyzer_storage_view_crash_fix: [ OK ] 6.07 sec.
2026-04-30 15:50:08 01300_svg: [ OK ] 8.74 sec.
2026-04-30 15:50:09 02985_minmax_index_aggregate_function: [ OK ] 4.03 sec.
2026-04-30 15:50:10 02424_pod_array_overflow: [ OK ] 1.61 sec.
2026-04-30 15:50:11 02933_compare_with_bool_as_string: [ OK ] 1.92 sec.
2026-04-30 15:50:13 01802_rank_corr_mann_whitney_over_window: [ OK ] 3.00 sec.
2026-04-30 15:50:14 01284_escape_sequences_php_mysql_style: [ OK ] 2.50 sec.
2026-04-30 15:50:17 00856_no_column_issue_4242: [ OK ] 2.24 sec.
2026-04-30 15:50:18 02293_h3_hex_ring: [ OK ] 4.49 sec.
2026-04-30 15:50:22 03207_json_read_subcolumns_1_compact_merge_tree: [ OK ] 126.20 sec.
2026-04-30 15:50:22 00384_column_aggregate_function_insert_from: [ OK ] 4.81 sec.
2026-04-30 15:50:24 01014_format_custom_separated: [ OK ] 15.49 sec.
2026-04-30 15:50:25 00940_max_parts_in_total: [ OK ] 6.16 sec.
2026-04-30 15:50:28 02383_array_signed_const_positive_index: [ OK ] 6.34 sec.
2026-04-30 15:50:38 00062_replicated_merge_tree_alter_zookeeper_long: [ OK ] 33.60 sec.
2026-04-30 15:50:38 00612_count: [ OK ] 16.05 sec.
2026-04-30 15:50:41 02864_statistics_ddl: [ OK ] 37.19 sec.
2026-04-30 15:50:42 02896_cyclic_aliases_crash: [ OK ] 3.63 sec.
2026-04-30 15:50:42 02296_nullable_arguments_in_array_filter: [ OK ] 1.53 sec.
2026-04-30 15:50:43 01513_defaults_on_defaults_no_column: [ OK ] 4.66 sec.
2026-04-30 15:50:44 03207_json_read_subcolumns_1_wide_merge_tree: [ OK ] 118.75 sec.
2026-04-30 15:50:44 01035_avg: [ OK ] 165.51 sec.
2026-04-30 15:50:45 02867_null_lc_in_bug: [ OK ] 2.29 sec.
2026-04-30 15:50:45 00472_create_view_if_not_exists: [ OK ] 1.62 sec.
2026-04-30 15:50:45 01016_macros: [ OK ] 1.44 sec.
2026-04-30 15:50:46 01293_external_sorting_limit_bug: [ OK ] 2.02 sec.
2026-04-30 15:50:49 02999_scalar_subqueries_bug_2: [ OK ] 2.24 sec.
2026-04-30 15:50:49 02312_parquet_orc_arrow_names_tuples: [ OK ] 6.78 sec.
2026-04-30 15:50:53 01753_optimize_aggregation_in_order: [ OK ] 7.49 sec.
2026-04-30 15:50:54 03144_alter_column_and_read: [ OK ] 4.46 sec.
2026-04-30 15:50:56 02554_log_faminy_support_storage_policy: [ OK ] 7.04 sec.
2026-04-30 15:51:03 02842_largestTriangleThreeBuckets_aggregate_function: [ OK ] 10.02 sec.
2026-04-30 15:51:05 00712_nan_comparison: [ OK ] 10.61 sec.
2026-04-30 15:51:05 02536_date_from_number_inference_fix: [ OK ] 1.70 sec.
2026-04-30 15:51:06 01474_custom_null_tsv: [ OK ] 9.95 sec.
2026-04-30 15:51:07 01881_join_on_conditions_merge: [ OK ] 38.73 sec.
2026-04-30 15:51:10 02582_analyzer_join_subquery_empty_column_list: [ OK ] 3.83 sec.
2026-04-30 15:51:10 00997_trim: [ OK ] 25.46 sec.
2026-04-30 15:51:14 01086_window_view_cleanup: [ OK ] 28.55 sec.
2026-04-30 15:51:15 02003_memory_limit_in_client: [ OK ] 51.45 sec.
2026-04-30 15:51:17 02480_client_option_print_num_processed_rows: [ OK ] 12.00 sec.
2026-04-30 15:51:17 02910_object-json-crash-add-column: [ OK ] 6.87 sec.
2026-04-30 15:51:18 03032_storage_memory_modify_settings: [ OK ] 7.57 sec.
2026-04-30 15:51:19 01666_merge_tree_max_query_limit: [ OK ] 54.37 sec.
2026-04-30 15:51:19 01267_alter_default_key_columns_zookeeper_long: [ OK ] 4.91 sec.
2026-04-30 15:51:20 02131_used_row_policies_in_query_log: [ OK ] 12.41 sec.
2026-04-30 15:51:20 03008_deduplication_insert_into_partitioned_table: [ OK ] 14.81 sec.
2026-04-30 15:51:20 00800_low_cardinality_distributed_insert: [ OK ] 2.22 sec.
2026-04-30 15:51:21 01120_join_constants: [ OK ] 1.98 sec.
2026-04-30 15:51:23 01070_string_to_h3: [ OK ] 1.43 sec.
2026-04-30 15:51:24 02895_peak_memory_usage_http_headers_regression: [ OK ] 5.86 sec.
2026-04-30 15:51:26 02789_functions_after_sorting_and_columns_with_same_names_bug: [ OK ] 4.65 sec.
2026-04-30 15:51:26 01035_prewhere_with_alias: [ OK ] 2.67 sec.
2026-04-30 15:51:29 00100_subquery_table_identifier: [ OK ] 11.48 sec.
2026-04-30 15:51:30 03200_memory_engine_alter_dynamic: [ OK ] 3.40 sec.
2026-04-30 15:51:31 02874_toDaysSinceYearZero: [ OK ] 6.79 sec.
2026-04-30 15:51:31 03152_dynamic_type_simple: [ OK ] 5.16 sec.
2026-04-30 15:51:32 01825_type_json_7: [ OK ] 13.08 sec.
2026-04-30 15:51:32 02151_hash_table_sizes_stats_distributed: [ SKIPPED ] 0.00 sec.
2026-04-30 15:51:32 Reason: not running for current build
2026-04-30 15:51:33 02807_lower_utf8_msan: [ OK ] 1.80 sec.
2026-04-30 15:51:33 02340_union_header: [ OK ] 3.06 sec.
2026-04-30 15:51:34 01064_pm_all_join_const_and_nullable: [ OK ] 13.84 sec.
2026-04-30 15:51:36 01549_low_cardinality_materialized_view: [ OK ] 2.59 sec.
2026-04-30 15:51:36 00514_interval_operators: [ OK ] 3.54 sec.
2026-04-30 15:51:36 01702_toDateTime_from_string_clamping: [ OK ] 1.64 sec.
2026-04-30 15:51:37 02311_system_zookeeper_insert: [ OK ] 5.36 sec.
2026-04-30 15:51:38 01854_HTTP_dict_decompression: [ OK ] 8.42 sec.
2026-04-30 15:51:38 01832_memory_write_suffix: [ OK ] 1.81 sec.
2026-04-30 15:51:39 02962_join_using_bug_57894: [ OK ] 2.55 sec.
2026-04-30 15:51:41 00585_union_all_subquery_aggregation_column_removal: [ OK ] 5.71 sec.
2026-04-30 15:51:42 03197_storage_join_strictness_type_restriction: [ OK ] 2.28 sec.
2026-04-30 15:51:43 00131_set_hashed: [ OK ] 1.50 sec.
2026-04-30 15:51:44 02933_replicated_database_forbid_create_as_select: [ OK ] 23.79 sec.
2026-04-30 15:51:45 01891_partition_hash_no_long_int: [ OK ] 7.37 sec.
2026-04-30 15:51:46 01680_predicate_pushdown_union_distinct_subquery: [ OK ] 1.82 sec.
2026-04-30 15:51:49 01925_json_as_string_data_in_square_brackets: [ OK ] 2.88 sec.
2026-04-30 15:51:51 02250_lots_of_columns_in_csv_with_names: [ OK ] 17.43 sec.
2026-04-30 15:51:52 03014_analyzer_groupby_fuzz_60317: [ OK ] 2.60 sec.
2026-04-30 15:51:53 02354_window_expression_with_aggregation_expression: [ OK ] 2.51 sec.
2026-04-30 15:51:54 01791_dist_INSERT_block_structure_mismatch: [ OK ] 9.09 sec.
2026-04-30 15:51:56 02987_group_array_intersect: [ OK ] 40.98 sec.
2026-04-30 15:51:59 03204_format_join_on: [ OK ] 5.29 sec.
2026-04-30 15:52:03 02315_readonly_create_function: [ OK ] 6.06 sec.
2026-04-30 15:52:03 03287_dynamic_and_json_squashing_fix: [ OK ] 10.83 sec.
2026-04-30 15:52:04 00969_columns_clause: [ OK ] 8.92 sec.
2026-04-30 15:52:09 02122_parallel_formatting_PrettyCompactNoEscapes: [ OK ] 32.30 sec.
2026-04-30 15:52:09 02476_fix_lambda_parsing: [ OK ] 5.27 sec.
2026-04-30 15:52:11 02319_dict_get_check_arguments_size: [ OK ] 11.33 sec.
2026-04-30 15:52:12 01710_minmax_count_projection_distributed_query: [ OK ] 8.39 sec.
2026-04-30 15:52:12 03162_dynamic_type_nested: [ OK ] 2.41 sec.
2026-04-30 15:52:13 00591_columns_removal_union_all: [ OK ] 1.81 sec.
2026-04-30 15:52:15 02481_default_value_used_in_row_level_filter: [ OK ] 3.16 sec.
2026-04-30 15:52:15 02899_distributed_limit_by: [ OK ] 36.69 sec.
2026-04-30 15:52:18 00434_tonullable: [ OK ] 2.19 sec.
2026-04-30 15:52:20 02247_read_bools_as_numbers_json: [ OK ] 37.74 sec.
2026-04-30 15:52:21 02956_clickhouse_local_system_parts: [ OK ] 9.09 sec.
2026-04-30 15:52:23 02433_default_expression_operator_in: [ OK ] 7.44 sec.
2026-04-30 15:52:23 01785_parallel_formatting_memory: [ OK ] 13.99 sec.
2026-04-30 15:52:26 02499_analyzer_set_index: [ OK ] 4.36 sec.
2026-04-30 15:52:26 02255_broken_parts_chain_on_start: [ OK ] 41.18 sec.
2026-04-30 15:52:31 02008_test_union_distinct_in_subquery: [ OK ] 7.81 sec.
2026-04-30 15:52:32 01866_bit_positions_to_array: [ OK ] 8.33 sec.
2026-04-30 15:52:33 02566_analyzer_limit_settings_distributed: [ OK ] 6.02 sec.
2026-04-30 15:52:34 01942_untuple_transformers_msan: [ OK ] 1.52 sec.
2026-04-30 15:52:38 03299_deep_nested_map_creation: [ OK ] 5.22 sec.
2026-04-30 15:52:38 00953_constraints_operations: [ OK ] 24.59 sec.
2026-04-30 15:52:39 00361_shared_array_offsets_and_squash_blocks: [ OK ] 3.78 sec.
2026-04-30 15:52:39 01661_week_functions_string_args: [ OK ] 7.83 sec.
2026-04-30 15:52:40 02267_file_globs_schema_inference: [ OK ] 14.02 sec.
2026-04-30 15:52:42 00612_union_query_with_subquery: [ OK ] 3.98 sec.
2026-04-30 15:52:42 02891_functions_over_sparse_columns: [ OK ] 2.47 sec.
2026-04-30 15:52:44 01017_bithamming_distance: [ OK ] 5.39 sec.
2026-04-30 15:52:44 02693_multiple_joins_in: [ OK ] 2.48 sec.
2026-04-30 15:52:47 01441_array_combinator: [ OK ] 2.57 sec.
2026-04-30 15:52:52 02480_suspicious_lowcard_in_key: [ OK ] 2.88 sec.
2026-04-30 15:52:52 00972_geohashesInBox: [ OK ] 34.13 sec.
2026-04-30 15:52:57 00173_compare_date_time_with_constant_string: [ OK ] 16.51 sec.
2026-04-30 15:52:58 01825_type_json_16: [ OK ] 15.90 sec.
2026-04-30 15:53:01 02370_lost_part_intersecting_merges: [ OK ] 56.41 sec.
2026-04-30 15:53:14 02871_multiple_joins_rewriter_v2_handle_last_table_columns: [ OK ] 15.62 sec.
2026-04-30 15:53:15 02974_backup_query_format_null: [ OK ] 22.61 sec.
2026-04-30 15:53:15 01685_ssd_cache_dictionary_complex_key: [ OK ] 30.59 sec.
2026-04-30 15:53:19 01047_simple_aggregate_sizes_of_columns_bug: [ OK ] 4.73 sec.
2026-04-30 15:53:32 00729_prewhere_array_join: [ OK ] 28.07 sec.
2026-04-30 15:53:33 01413_if_array_uuid: [ OK ] 13.89 sec.
2026-04-30 15:53:39 00913_many_threads: [ OK ] 61.42 sec.
2026-04-30 15:53:41 00732_quorum_insert_simple_test_1_parts_zookeeper_long: [ OK ] 25.80 sec.
2026-04-30 15:53:42 01881_join_on_conditions_hash: [ OK ] 81.82 sec.
2026-04-30 15:53:42 03013_repeat_with_nonnative_integers: [ OK ] 2.12 sec.
2026-04-30 15:53:44 03038_ambiguous_column: [ OK ] 2.22 sec.
2026-04-30 15:53:44 00065_shard_float_literals_formatting: [ OK ] 1.84 sec.
2026-04-30 15:53:44 03143_group_by_constant_secondary: [ OK ] 1.63 sec.
2026-04-30 15:53:44 00848_join_use_nulls_segfault: [ OK ] 28.75 sec.
2026-04-30 15:53:44 01505_trivial_count_with_partition_predicate: [ OK ] 12.36 sec.
2026-04-30 15:53:46 00448_to_string_cut_to_zero: [ OK ] 1.59 sec.
2026-04-30 15:53:46 02045_like_function: [ OK ] 1.63 sec.
2026-04-30 15:53:47 00627_recursive_alias: [ OK ] 1.71 sec.
2026-04-30 15:53:48 00098_k_union_all: [ OK ] 1.76 sec.
2026-04-30 15:53:48 03038_nested_dynamic_merges_wide_horizontal: [ SKIPPED ] 0.00 sec.
2026-04-30 15:53:48 Reason: not running for current build
2026-04-30 15:53:48 03038_move_partition_to_oneself_deadlock: [ OK ] 2.96 sec.
2026-04-30 15:53:50 01307_polygon_perimeter: [ OK ] 1.73 sec.
2026-04-30 15:53:50 02290_client_insert_cancel: [ OK ] 6.42 sec.
2026-04-30 15:53:53 02908_filesystem_cache_as_collection: [ OK ] 2.80 sec.
2026-04-30 15:53:54 01910_view_dictionary_check_refresh: [ OK ] 62.30 sec.
2026-04-30 15:53:58 01881_to_week_monotonic_fix: [ OK ] 3.17 sec.
2026-04-30 15:53:59 03085_analyzer_alias_column_group_by: [ OK ] 1.39 sec.
2026-04-30 15:53:59 02383_join_and_filtering_set: [ SKIPPED ] 0.00 sec.
2026-04-30 15:53:59 Reason: not running for current build
2026-04-30 15:54:03 00829_bitmap64_function: [ OK ] 9.68 sec.
2026-04-30 15:54:06 02714_async_inserts_empty_data: [ OK ] 15.86 sec.
2026-04-30 15:54:07 00612_pk_in_tuple_perf: [ OK ] 19.17 sec.
2026-04-30 15:54:08 02504_parse_datetime_best_effort_calebeaires: [ OK ] 1.49 sec.
2026-04-30 15:54:08 03167_empty_tuple_concat: [ OK ] 1.34 sec.
2026-04-30 15:54:09 01410_nullable_key_and_index_negate_cond: [ OK ] 5.78 sec.
2026-04-30 15:54:09 02543_alter_update_rename_stuck: [ OK ] 19.36 sec.
2026-04-30 15:54:10 00060_date_lut: [ OK ] 1.42 sec.
2026-04-30 15:54:11 02392_every_setting_must_have_documentation: [ OK ] 2.01 sec.
2026-04-30 15:54:12 02454_compressed_marks_in_compact_part: [ OK ] 2.89 sec.
2026-04-30 15:54:13 01720_engine_file_empty_if_not_exists: [ OK ] 3.47 sec.
2026-04-30 15:54:15 00957_delta_diff_bug: [ OK ] 2.53 sec.
2026-04-30 15:54:15 02366_kql_distinct: [ OK ] 2.26 sec.
2026-04-30 15:54:16 02661_read_from_archive_zip: [ OK ] 79.10 sec.
2026-04-30 15:54:17 02179_bool_type: [ OK ] 6.43 sec.
2026-04-30 15:54:17 02874_parse_json_as_json_each_row_on_no_metadata: [ OK ] 1.42 sec.
2026-04-30 15:54:19 01927_query_views_log_matview_exceptions: [ OK ] 45.31 sec.
2026-04-30 15:54:20 02730_with_fill_by_sorting_prefix: [ OK ] 7.27 sec.
2026-04-30 15:54:20 01134_max_rows_to_group_by: [ OK ] 4.61 sec.
2026-04-30 15:54:22 02049_clickhouse_local_merge_tree: [ OK ] 5.47 sec.
2026-04-30 15:54:22 02842_table_function_file_filter_by_virtual_columns: [ OK ] 5.16 sec.
2026-04-30 15:54:24 00422_hash_function_constexpr: [ OK ] 1.53 sec.
2026-04-30 15:54:24 02206_clickhouse_local_use_database: [ OK ] 4.04 sec.
2026-04-30 15:54:25 02711_trim_aliases: [ OK ] 1.39 sec.
2026-04-30 15:54:25 00900_orc_arrow_parquet_maps: [ OK ] 25.72 sec.
2026-04-30 15:54:26 03199_join_with_materialized_column: [ OK ] 1.93 sec.
2026-04-30 15:54:27 01914_ubsan_quantile_timing: [ OK ] 1.45 sec.
2026-04-30 15:54:28 03129_cte_with_final: [ OK ] 2.24 sec.
2026-04-30 15:54:29 02471_wrong_date_monotonicity: [ OK ] 2.26 sec.
2026-04-30 15:54:31 02841_join_filter_set_sparse: [ OK ] 10.80 sec.
2026-04-30 15:54:34 03013_ignore_drop_queries_probability: [ OK ] 5.73 sec.
2026-04-30 15:54:35 02104_clickhouse_local_columns_description: [ OK ] 3.85 sec.
2026-04-30 15:54:37 01548_with_totals_having: [ OK ] 1.57 sec.
2026-04-30 15:54:37 03002_analyzer_prewhere: [ OK ] 7.81 sec.
2026-04-30 15:54:38 02591_bson_long_tuple: [ OK ] 1.13 sec.
2026-04-30 15:54:38 00405_output_format_pretty_color: [ OK ] 4.08 sec.
2026-04-30 15:54:40 02464_decimal_scale_buffer_overflow: [ OK ] 1.56 sec.
2026-04-30 15:54:41 00610_materialized_view_forward_alter_partition_statements: [ OK ] 3.05 sec.
2026-04-30 15:54:43 00580_consistent_hashing_functions: [ OK ] 1.87 sec.
2026-04-30 15:54:43 03032_rmt_create_columns_from_replica: [ OK ] 2.45 sec.
2026-04-30 15:54:45 02112_skip_index_set_and_or: [ OK ] 1.53 sec.
2026-04-30 15:54:45 02791_final_block_structure_mismatch_bug: [ OK ] 8.21 sec.
2026-04-30 15:54:49 02896_leading_zeroes_no_octal: [ OK ] 26.85 sec.
2026-04-30 15:54:51 00844_join_lightee2: [ OK ] 6.22 sec.
2026-04-30 15:54:51 00055_join_two_numbers: [ OK ] 2.10 sec.
2026-04-30 15:54:54 00369_int_div_of_float: [ OK ] 2.73 sec.
2026-04-30 15:54:57 03011_adaptative_timeout_compatibility: [ OK ] 2.03 sec.
2026-04-30 15:54:58 00953_indices_alter_exceptions: [ OK ] 12.31 sec.
2026-04-30 15:55:00 00957_neighbor: [ OK ] 8.23 sec.
2026-04-30 15:55:00 03205_system_sync_replica_format: [ OK ] 1.98 sec.
2026-04-30 15:55:02 01853_s2_cells_intersect: [ OK ] 1.99 sec.
2026-04-30 15:55:07 00337_shard_any_heavy: [ OK ] 5.84 sec.
2026-04-30 15:55:12 03033_final_undefined_last_mark: [ OK ] 4.05 sec.
2026-04-30 15:55:13 02017_columns_with_dot: [ OK ] 10.48 sec.
2026-04-30 15:55:16 01231_operator_null_in: [ OK ] 55.90 sec.
2026-04-30 15:55:17 02860_distributed_flush_on_detach: [ OK ] 4.92 sec.
2026-04-30 15:55:19 02461_welch_t_test_fuzz: [ OK ] 2.17 sec.
2026-04-30 15:55:21 02921_file_engine_size_virtual_column: [ OK ] 7.97 sec.
2026-04-30 15:55:23 02475_analyzer_join_tree_subquery: [ OK ] 5.39 sec.
2026-04-30 15:55:26 02236_json_each_row_empty_map_schema_inference: [ OK ] 2.53 sec.
2026-04-30 15:55:30 00488_column_name_primary: [ OK ] 3.24 sec.
2026-04-30 15:55:32 01281_parseDateTime64BestEffort: [ OK ] 12.56 sec.
2026-04-30 15:55:32 01457_int256_hashing: [ OK ] 10.98 sec.
2026-04-30 15:55:33 02275_full_sort_join_long: [ SKIPPED ] 0.00 sec.
2026-04-30 15:55:33 Reason: not running for current build
2026-04-30 15:55:39 01942_dateTimeToSnowflake: [ OK ] 9.26 sec.
2026-04-30 15:55:41 01753_mutate_table_predicated_with_table: [ OK ] 8.10 sec.
2026-04-30 15:55:45 02115_write_buffers_finalize: [ OK ] 61.76 sec.
2026-04-30 15:55:48 03054_analyzer_join_alias: [ OK ] 2.19 sec.
2026-04-30 15:55:49 02124_encrypt_decrypt_nullable: [ OK ] 9.07 sec.
2026-04-30 15:55:52 03251_unaligned_window_function_state: [ OK ] 2.20 sec.
2026-04-30 15:55:54 00805_round_down: [ OK ] 22.05 sec.
2026-04-30 15:55:55 01710_minmax_count_projection_constant_query: [ OK ] 6.49 sec.
2026-04-30 15:55:56 00944_ml_test: [ OK ] 13.73 sec.
2026-04-30 15:56:00 02353_partition_prune_nullable_key: [ OK ] 5.53 sec.
2026-04-30 15:56:03 02797_range_nullable: [ OK ] 7.65 sec.
2026-04-30 15:56:06 02592_avro_records_with_same_names: [ OK ] 4.79 sec.
2026-04-30 15:56:07 00999_test_skip_indices_with_alter_and_merge: [ OK ] 12.44 sec.
2026-04-30 15:56:09 02407_array_element_from_map_wrong_type: [ OK ] 2.04 sec.
2026-04-30 15:56:10 01187_set_profile_as_setting: [ OK ] 17.82 sec.
2026-04-30 15:56:14 01851_array_difference_decimal_overflow_ubsan: [ OK ] 2.67 sec.
2026-04-30 15:56:19 00552_or_nullable: [ OK ] 9.97 sec.
2026-04-30 15:56:28 02344_describe_cache: [ OK ] 11.93 sec.
2026-04-30 15:56:34 00981_in_subquery_with_tuple: [ OK ] 26.42 sec.
2026-04-30 15:56:38 00356_analyze_aggregations_and_union_all: [ OK ] 3.76 sec.
2026-04-30 15:56:40 02317_distinct_in_order_optimization_explain: [ OK ] 103.03 sec.
2026-04-30 15:56:56 02784_parallel_replicas_automatic_decision: [ OK ] 191.17 sec.
2026-04-30 15:56:57 02337_join_analyze_stuck: [ OK ] 37.81 sec.
2026-04-30 15:57:10 01283_strict_resize_bug: [ OK ] 65.87 sec.
2026-04-30 15:57:11 02131_materialize_column_cast: [ OK ] 13.19 sec.
2026-04-30 15:57:14 02205_postgresql_functions: [ OK ] 45.48 sec.
2026-04-30 15:57:17 02126_url_auth: [ OK ] 5.99 sec.
2026-04-30 15:57:17 00069_date_arithmetic: [ OK ] 5.50 sec.
2026-04-30 15:57:18 01889_check_row_policy_defined_using_user_function: [ OK ] 38.00 sec.
2026-04-30 15:57:21 02746_index_analysis_binary_operator_with_null: [ OK ] 4.07 sec.
2026-04-30 15:57:21 02897_alter_partition_parameters: [ OK ] 42.45 sec.
2026-04-30 15:57:22 02276_full_sort_join_unsupported: [ OK ] 6.91 sec.
2026-04-30 15:57:24 02809_has_token: [ OK ] 2.46 sec.
2026-04-30 15:57:26 00037_totals_limit: [ OK ] 2.20 sec.
2026-04-30 15:57:28 02184_range_hashed_dictionary_outside_range_values: [ OK ] 10.52 sec.
2026-04-30 15:57:28 02732_rename_after_processing: [ OK ] 32.08 sec.
2026-04-30 15:57:32 00734_timeslot: [ OK ] 5.20 sec.
2026-04-30 15:57:33 01880_remote_ipv6: [ OK ] 11.53 sec.
2026-04-30 15:57:36 02720_row_policy_column_with_dots: [ OK ] 7.40 sec.
2026-04-30 15:57:38 01942_snowflakeIDToDateTime: [ OK ] 9.92 sec.
2026-04-30 15:57:41 01084_regexp_empty: [ OK ] 2.52 sec.
2026-04-30 15:57:43 02472_segfault_expression_parser: [ OK ] 1.33 sec.
2026-04-30 15:57:43 01475_read_subcolumns_2: [ OK ] 25.24 sec.
2026-04-30 15:57:45 01511_different_expression_with_same_alias: [ OK ] 8.40 sec.
2026-04-30 15:57:48 01932_global_in_function: [ OK ] 5.32 sec.
2026-04-30 15:57:59 02377_optimize_sorting_by_input_stream_properties: [ OK ] 26.22 sec.
2026-04-30 15:58:09 01681_hyperscan_debug_assertion: [ OK ] 25.17 sec.
2026-04-30 15:58:16 02861_alter_replace_partition_do_not_wait_mutations_on_unrelated_partitions: [ OK ] 30.80 sec.
2026-04-30 15:58:22 00368_format_option_collision: [ OK ] 6.37 sec.
2026-04-30 15:58:27 00495_reading_const_zero_column: [ OK ] 4.23 sec.
2026-04-30 15:58:33 02346_fulltext_index_bug52019: [ OK ] 6.20 sec.
2026-04-30 15:58:34 01710_projection_optimize_materialize: [ OK ] 72.09 sec.
2026-04-30 15:58:35 02687_native_fuzz: [ OK ] 1.41 sec.
2026-04-30 15:58:36 03080_analyzer_prefer_column_name_to_alias__virtual_columns: [ OK ] 2.03 sec.
2026-04-30 15:58:39 00757_enum_defaults_const_analyzer: [ OK ] 2.40 sec.
2026-04-30 15:58:39 03222_datetime64_small_value_const: [ OK ] 29.78 sec.
2026-04-30 15:58:40 02100_multiple_hosts_command_line_set_ssl: [ OK ] 39.62 sec.
2026-04-30 15:58:41 01914_index_bgranvea: [ OK ] 5.69 sec.
2026-04-30 15:58:45 01621_clickhouse_compressor: [ OK ] 5.82 sec.
2026-04-30 15:58:46 01509_parallel_quorum_and_merge_long: [ OK ] 57.33 sec.
2026-04-30 15:58:49 01362_year_of_ISO8601_week_modificators_for_formatDateTime: [ OK ] 3.96 sec.
2026-04-30 15:58:50 03217_filtering_in_storage_merge: [ OK ] 7.49 sec.
2026-04-30 15:58:52 01358_mutation_delete_null_rows: [ OK ] 12.62 sec.
2026-04-30 15:58:53 01834_alias_columns_laziness_filimonov: [ OK ] 10.28 sec.
2026-04-30 15:58:54 01421_assert_in_in: [ OK ] 1.58 sec.
2026-04-30 15:58:58 01062_pm_multiple_all_join_same_value: [ OK ] 12.06 sec.
2026-04-30 15:59:01 00617_array_in: [ OK ] 10.36 sec.
2026-04-30 15:59:03 01700_point_in_polygon_ubsan: [ OK ] 2.17 sec.
2026-04-30 15:59:05 02013_json_function_null_column: [ OK ] 12.26 sec.
2026-04-30 15:59:08 03068_analyzer_distributed_join: [ OK ] 7.27 sec.
2026-04-30 15:59:13 02024_compile_expressions_with_short_circuit_evaluation: [ OK ] 4.91 sec.
2026-04-30 15:59:21 03041_select_with_query_result: [ OK ] 7.18 sec.
2026-04-30 15:59:31 03161_decimal_binary_math: [ OK ] 27.29 sec.
2026-04-30 15:59:33 02969_auto_format_detection: [ OK ] 37.99 sec.
2026-04-30 15:59:36 02016_bit_shift_right_for_string_integer: [ OK ] 30.24 sec.
2026-04-30 15:59:40 00623_truncate_table: [ OK ] 18.60 sec.
2026-04-30 15:59:44 03158_dynamic_type_from_variant: [ OK ] 3.86 sec.
2026-04-30 15:59:45 01509_dictionary_preallocate: [ OK ] 10.42 sec.
2026-04-30 15:59:45 00740_optimize_predicate_expression: [ OK ] 13.85 sec.
2026-04-30 16:00:04 00484_preferred_max_column_in_block_size_bytes: [ OK ] 74.76 sec.
2026-04-30 16:00:05 02456_bloom_filter_assert: [ OK ] 19.96 sec.
2026-04-30 16:00:05 01071_window_view_event_tumble_asc_join: [ OK ] 29.37 sec.
2026-04-30 16:00:07 02539_vertical_merge_compact_parts: [ OK ] 21.88 sec.
2026-04-30 16:00:09 02306_window_move_row_number_fix: [ OK ] 1.43 sec.
2026-04-30 16:00:10 02352_grouby_shadows_arg: [ OK ] 4.09 sec.
2026-04-30 16:00:14 01799_long_uniq_theta_sketch: [ OK ] 162.56 sec.
2026-04-30 16:00:22 00199_ternary_operator_type_check: [ OK ] 17.43 sec.
2026-04-30 16:00:44 01825_new_type_json_8: [ OK ] 21.72 sec.
2026-04-30 16:00:49 02456_async_inserts_logs: [ OK ] 39.58 sec.
2026-04-30 16:00:51 02480_analyzer_alias_nullptr: [ OK ] 2.08 sec.
2026-04-30 16:00:57 02885_create_distributed_table_without_as: [ OK ] 5.25 sec.
2026-04-30 16:01:02 01343_min_bytes_to_use_mmap_io: [ OK ] 17.12 sec.
2026-04-30 16:01:05 01666_lcm_ubsan: [ OK ] 3.21 sec.
2026-04-30 16:01:15 00988_constraints_replication_zookeeper_long: [ OK ] 9.27 sec.
2026-04-30 16:01:21 02932_idna: [ OK ] 23.22 sec.
2026-04-30 16:01:23 03038_nested_dynamic_merges_small: [ OK ] 98.03 sec.
2026-04-30 16:01:29 02783_date_predicate_optimizations: [ OK ] 78.27 sec.
2026-04-30 16:01:35 01603_decimal_mult_float: [ OK ] 13.20 sec.
2026-04-30 16:01:35 00753_comment_columns_zookeeper: [ OK ] 5.74 sec.
2026-04-30 16:01:37 01610_client_spawn_editor: [ OK ] 1.16 sec.
2026-04-30 16:01:39 02122_parallel_formatting_JSONCompact: [ OK ] 23.72 sec.
2026-04-30 16:01:43 01915_json_extract_raw_string: [ OK ] 3.54 sec.
2026-04-30 16:01:43 02241_parquet_bad_column: [ OK ] 20.14 sec.
2026-04-30 16:01:44 00231_format_vertical_raw: [ OK ] 1.73 sec.
2026-04-30 16:01:46 03167_fancy_quotes_off_by_one: [ OK ] 2.40 sec.
2026-04-30 16:01:47 02974_if_with_map: [ OK ] 10.71 sec.
2026-04-30 16:01:48 00803_odbc_driver_2_format: [ OK ] 1.67 sec.
2026-04-30 16:01:53 02886_binary_like: [ OK ] 7.90 sec.
2026-04-30 16:01:53 01451_replicated_detach_drop_part_long: [ OK ] 16.06 sec.
2026-04-30 16:01:53 02995_index_9: [ SKIPPED ] 0.00 sec.
2026-04-30 16:01:53 Reason: not running for current build
2026-04-30 16:01:53 02699_polygons_sym_difference_rollup: [ OK ] 5.06 sec.
2026-04-30 16:01:56 00085_visible_width_of_tuple_of_dates: [ OK ] 2.60 sec.
2026-04-30 16:01:58 01655_window_functions_bug: [ OK ] 2.67 sec.
2026-04-30 16:02:00 01532_collate_in_low_cardinality: [ OK ] 7.06 sec.
2026-04-30 16:02:03 00726_materialized_view_concurrent: [ OK ] 4.37 sec.
2026-04-30 16:02:06 03064_analyzer_named_subqueries: [ OK ] 2.54 sec.
2026-04-30 16:02:08 03034_ddls_and_merges_with_unusual_maps: [ OK ] 7.49 sec.
2026-04-30 16:02:09 00927_disable_hyperscan: [ OK ] 3.37 sec.
2026-04-30 16:02:18 02360_send_logs_level_colors: [ OK ] 8.46 sec.
2026-04-30 16:02:27 01632_tinylog_read_write: [ OK ] 18.51 sec.
2026-04-30 16:02:29 00084_summing_merge_tree: [ OK ] 10.87 sec.
2026-04-30 16:02:30 02354_vector_search_detach_attach: [ OK ] 2.53 sec.
2026-04-30 16:02:36 03199_queries_with_new_analyzer: [ OK ] 5.72 sec.
2026-04-30 16:02:40 00457_log_tinylog_stripelog_nullable: [ OK ] 10.34 sec.
2026-04-30 16:02:42 03060_analyzer_regular_view_alias: [ OK ] 1.37 sec.
2026-04-30 16:02:43 02503_in_lc_const_args_bug: [ OK ] 1.38 sec.
2026-04-30 16:02:51 01825_type_json_4: [ OK ] 14.62 sec.
2026-04-30 16:02:55 01060_defaults_all_columns: [ OK ] 3.65 sec.
2026-04-30 16:02:57 02430_initialize_aggregation_with_combinators: [ OK ] 1.88 sec.
2026-04-30 16:02:59 03039_unknown_identifier_window_function: [ OK ] 1.97 sec.
2026-04-30 16:03:01 02475_or_function_alias_and_const_where: [ OK ] 1.61 sec.
2026-04-30 16:03:03 01702_system_numbers_scientific_notation: [ OK ] 1.80 sec.
2026-04-30 16:03:05 02688_long_aggregate_function_names: [ OK ] 1.89 sec.
2026-04-30 16:03:09 02498_random_string_in_json_schema_inference: [ OK ] 4.08 sec.
2026-04-30 16:03:20 02346_fulltext_index_search: [ OK ] 193.88 sec.
2026-04-30 16:03:22 02843_date_predicate_optimizations_bugs: [ OK ] 1.63 sec.
2026-04-30 16:03:27 02800_clickhouse_local_default_settings: [ OK ] 4.40 sec.
2026-04-30 16:03:31 02031_format_query_option: [ OK ] 3.63 sec.
2026-04-30 16:03:37 00411_long_accurate_number_comparison_int4: [ OK ] 110.03 sec.
2026-04-30 16:03:42 02344_distinct_limit_distiributed: [ OK ] 32.43 sec.
2026-04-30 16:03:43 00937_ipv4_cidr_range: [ OK ] 5.14 sec.
2026-04-30 16:03:44 01634_summap_nullable: [ OK ] 1.62 sec.
2026-04-30 16:03:45 02813_func_now_and_alias: [ OK ] 1.49 sec.
2026-04-30 16:03:50 01750_parsing_exception: [ OK ] 5.33 sec.
2026-04-30 16:03:54 01621_summap_check_types: [ OK ] 3.83 sec.
2026-04-30 16:03:57 02457_tuple_of_intervals: [ OK ] 12.47 sec.
2026-04-30 16:04:00 02751_protobuf_ipv6: [ OK ] 5.16 sec.
2026-04-30 16:04:01 02814_ReplacingMergeTree_fix_select_final_on_single_partition: [ OK ] 4.00 sec.
2026-04-30 16:04:07 01076_json_each_row_array: [ OK ] 6.05 sec.
2026-04-30 16:04:11 02572_query_views_log_background_thread: [ OK ] 39.48 sec.
2026-04-30 16:04:11 03036_dynamic_read_shared_subcolumns_memory: [ SKIPPED ] 0.00 sec.
2026-04-30 16:04:11 Reason: not running for current build
2026-04-30 16:04:27 Killing process group 47239
2026-04-30 16:04:27 Processes in process group 47239:
2026-04-30 16:04:27 47239 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/00097_long_storage_buffer_race_condition.sh > /tmp/clickhouse-test/0_stateless/00097_long_storage_buffer_race_condition.stdout 2> /tmp/clickhouse-test/0_stateless/00097_long_storage_buffer_race_condition.stderr
2026-04-30 16:04:27 47240 bash /usr/share/clickhouse-test/queries/0_stateless/00097_long_storage_buffer_race_condition.sh
2026-04-30 16:04:27 47504 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_n7dr5kou --log_comment 00097_long_storage_buffer_race_condition.sh --max_insert_threads 3 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 9224208 --max_read_buffer_size 1015529 --prefer_localhost_replica 1 --max_block_size 47831 --max_joined_block_size_rows 54234 --max_threads 3 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 29 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 39023966 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 2927547984 --local_filesystem_read_method read --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 17 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 2718531540 --min_compress_block_size 1513579 --max_compress_block_size 1579501 --merge_tree_compact_parts_min_granules_to_multibuffer_read 111 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 3226865 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone America/Hermosillo --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.19 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 715089 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10527513891 --index_granularity_bytes 31355893 --merge_max_block_size 15514 --index_granularity 36799 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 59017 --primary_key_compress_block_size 97304 --replace_long_file_name_to_hash 0 --max_file_name_length 21 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 271488315 --compact_parts_max_granules_to_buffer 132 --compact_parts_merge_max_bytes_to_prefetch_part 32602809 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 30 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log -n
2026-04-30 16:04:27 Process group 47239 should be killed
2026-04-30 16:04:27 00097_long_storage_buffer_race_condition: [ FAIL ] 600.07 sec.
2026-04-30 16:04:27 Reason: Timeout! ########## Short fault info ############
2026-04-30 16:04:27 (version 24.8.14.10545.altinitytest (altinity build), build id: , git hash: ) (from thread 47504) Received signal 20
2026-04-30 16:04:27 Signal description: Stopped
2026-04-30 16:04:27 This is a signal used for debugging purposes by the user.
2026-04-30 16:04:27 Stack trace: 0x000055681790ec2d 0x0000556817efe767 0x00007fccb7104520 0x00007fccb71dabd0 0x00005568074d410c 0x00005568310753d4 0x0000556831075836 0x0000556817b9f6dd 0x00005568299f05d9 0x00005568299ee5ed 0x00005568299ea4d0 0x0000556829a020d2 0x0000556829a03edf 0x0000556829a0a3fb 0x0000556817d4db27 0x00005568310e7417 0x0000556817d6b7cc 0x0000556807564909 0x00007fccb70ebd90 0x00007fccb70ebe40 0x000055680749502e
2026-04-30 16:04:27 ########################################
2026-04-30 16:04:27 (version 24.8.14.10545.altinitytest (altinity build), build id: , git hash: ) (from thread 47504) (no query) Received signal Stopped (20)
2026-04-30 16:04:27 This is a signal used for debugging purposes by the user.
2026-04-30 16:04:27 Stack trace: 0x000055681790ec2d 0x0000556817efe767 0x00007fccb7104520 0x00007fccb71dabd0 0x00005568074d410c 0x00005568310753d4 0x0000556831075836 0x0000556817b9f6dd 0x00005568299f05d9 0x00005568299ee5ed 0x00005568299ea4d0 0x0000556829a020d2 0x0000556829a03edf 0x0000556829a0a3fb 0x0000556817d4db27 0x00005568310e7417 0x0000556817d6b7cc 0x0000556807564909 0x00007fccb70ebd90 0x00007fccb70ebe40 0x000055680749502e
2026-04-30 16:04:27 0.0. inlined from ./build_docker/./src/Common/StackTrace.cpp:349: StackTrace::tryCapture()
2026-04-30 16:04:27 0. ./build_docker/./src/Common/StackTrace.cpp:318: StackTrace::StackTrace(ucontext_t const&) @ 0x000000001ae2cc2d
2026-04-30 16:04:27 1.0. inlined from ./src/IO/WriteHelpers.h:83: void DB::writePODBinary(int const&, DB::WriteBuffer&)
2026-04-30 16:04:27 1.1. inlined from ./src/IO/WriteHelpers.h:1026: _ZN2DB11writeBinaryIiQ15is_arithmetic_vIT_EEEvRKS1_RNS_11WriteBufferE
2026-04-30 16:04:27 1. ./build_docker/./src/Common/SignalHandlers.cpp:103: signalHandler(int, siginfo_t*, void*) @ 0x000000001b41c767
2026-04-30 16:04:27 2. ? @ 0x00007fccb7104520
2026-04-30 16:04:27 3. ? @ 0x00007fccb71dabd0
2026-04-30 16:04:27
2026-04-30 16:04:27 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 9224208 --max_read_buffer_size 1015529 --prefer_localhost_replica 1 --max_block_size 47831 --max_joined_block_size_rows 54234 --max_threads 3 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 29 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 39023966 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 2927547984 --local_filesystem_read_method read --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 17 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 2718531540 --min_compress_block_size 1513579 --max_compress_block_size 1579501 --merge_tree_compact_parts_min_granules_to_multibuffer_read 111 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 3226865 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone America/Hermosillo --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.19 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0
2026-04-30 16:04:27
2026-04-30 16:04:27 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 715089 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10527513891 --index_granularity_bytes 31355893 --merge_max_block_size 15514 --index_granularity 36799 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 59017 --primary_key_compress_block_size 97304 --replace_long_file_name_to_hash 0 --max_file_name_length 21 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 271488315 --compact_parts_max_granules_to_buffer 132 --compact_parts_merge_max_bytes_to_prefetch_part 32602809 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 30 --old_parts_lifetime 480
2026-04-30 16:04:27
2026-04-30 16:04:27 Database: test_n7dr5kou
2026-04-30 16:04:36 Killing process group 48128
2026-04-30 16:04:36 Processes in process group 48128:
2026-04-30 16:04:36 48128 /bin/sh -c /usr/bin/clickhouse-client --log_comment '01651_lc_insert_tiny_log_1.sql' --database=test_huryg6p5 --send_logs_level=warning --multiquery --max_insert_threads 2 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 13834141 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 1024 --max_read_buffer_size 837242 --prefer_localhost_replica 0 --max_block_size 68421 --max_joined_block_size_rows 62473 --max_threads 1 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 91 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 35244185 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 3708956925 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 858566387 --min_compress_block_size 350145 --max_compress_block_size 442516 --merge_tree_compact_parts_min_granules_to_multibuffer_read 6 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 8452339 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.55 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 27145539 --merge_max_block_size 11095 --index_granularity 43522 --min_bytes_for_wide_part 0 --marks_compress_block_size 31288 --primary_key_compress_block_size 11035 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 211888879 --compact_parts_max_granules_to_buffer 132 --compact_parts_merge_max_bytes_to_prefetch_part 11812135 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 217 --allow_repeated_settings --client_logs_file=./client.fatal.log < /usr/share/clickhouse-test/queries/0_stateless/01651_lc_insert_tiny_log_1.sql > /tmp/clickhouse-test/0_stateless/01651_lc_insert_tiny_log_1.stdout 2> /tmp/clickhouse-test/0_stateless/01651_lc_insert_tiny_log_1.stderr
2026-04-30 16:04:36 48129 /usr/bin/clickhouse-client --log_comment 01651_lc_insert_tiny_log_1.sql --database=test_huryg6p5 --send_logs_level=warning --multiquery --max_insert_threads 2 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 13834141 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 1024 --max_read_buffer_size 837242 --prefer_localhost_replica 0 --max_block_size 68421 --max_joined_block_size_rows 62473 --max_threads 1 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 91 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 35244185 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 3708956925 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 858566387 --min_compress_block_size 350145 --max_compress_block_size 442516 --merge_tree_compact_parts_min_granules_to_multibuffer_read 6 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 8452339 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.55 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 27145539 --merge_max_block_size 11095 --index_granularity 43522 --min_bytes_for_wide_part 0 --marks_compress_block_size 31288 --primary_key_compress_block_size 11035 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 211888879 --compact_parts_max_granules_to_buffer 132 --compact_parts_merge_max_bytes_to_prefetch_part 11812135 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 217 --allow_repeated_settings --client_logs_file=./client.fatal.log
2026-04-30 16:04:36 Process group 48128 should be killed
2026-04-30 16:04:36 01651_lc_insert_tiny_log_1: [ FAIL ] 600.24 sec.
2026-04-30 16:04:36 Reason: Timeout! ########## Short fault info ############
2026-04-30 16:04:36 (version 24.8.14.10545.altinitytest (altinity build), build id: , git hash: ) (from thread 48129) Received signal 20
2026-04-30 16:04:36 Signal description: Stopped
2026-04-30 16:04:36 This is a signal used for debugging purposes by the user.
2026-04-30 16:04:36 Stack trace: 0x000055ee4204ac2d 0x000055ee4263a767 0x00007fd7be6fa520 0x00007fd7be7d0bd0 0x000055ee31c1010c 0x000055ee5b7b13d4 0x000055ee5b7b1836 0x000055ee422db6dd 0x000055ee5412c5d9 0x000055ee5412a5ed 0x000055ee541264d0 0x000055ee5413e0d2 0x000055ee5413fedf 0x000055ee541463fb 0x000055ee42489b27 0x000055ee5b823417 0x000055ee424a77cc 0x000055ee31ca0909 0x00007fd7be6e1d90 0x00007fd7be6e1e40 0x000055ee31bd102e
2026-04-30 16:04:36 ########################################
2026-04-30 16:04:36 (version 24.8.14.10545.altinitytest (altinity build), build id: , git hash: ) (from thread 48129) (no query) Received signal Stopped (20)
2026-04-30 16:04:36 This is a signal used for debugging purposes by the user.
2026-04-30 16:04:36 Stack trace: 0x000055ee4204ac2d 0x000055ee4263a767 0x00007fd7be6fa520 0x00007fd7be7d0bd0 0x000055ee31c1010c 0x000055ee5b7b13d4 0x000055ee5b7b1836 0x000055ee422db6dd 0x000055ee5412c5d9 0x000055ee5412a5ed 0x000055ee541264d0 0x000055ee5413e0d2 0x000055ee5413fedf 0x000055ee541463fb 0x000055ee42489b27 0x000055ee5b823417 0x000055ee424a77cc 0x000055ee31ca0909 0x00007fd7be6e1d90 0x00007fd7be6e1e40 0x000055ee31bd102e
2026-04-30 16:04:36 0.0. inlined from ./build_docker/./src/Common/StackTrace.cpp:349: StackTrace::tryCapture()
2026-04-30 16:04:36 0. ./build_docker/./src/Common/StackTrace.cpp:318: StackTrace::StackTrace(ucontext_t const&) @ 0x000000001ae2cc2d
2026-04-30 16:04:36 1.0. inlined from ./src/IO/WriteHelpers.h:83: void DB::writePODBinary(int const&, DB::WriteBuffer&)
2026-04-30 16:04:36 1.1. inlined from ./src/IO/WriteHelpers.h:1026: _ZN2DB11writeBinaryIiQ15is_arithmetic_vIT_EEEvRKS1_RNS_11WriteBufferE
2026-04-30 16:04:36 1. ./build_docker/./src/Common/SignalHandlers.cpp:103: signalHandler(int, siginfo_t*, void*) @ 0x000000001b41c767
2026-04-30 16:04:36 2. ? @ 0x00007fd7be6fa520
2026-04-30 16:04:36 3. ? @ 0x00007fd7be7d0bd0
2026-04-30 16:04:36 4. __interceptor_poll @ 0x000000000a9f210c
2026-04-30 16:04:36 5. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::pollImpl(Poco::Timespan&, int) @ 0x00000000345933d4
2026-04-30 16:04:36 6. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:506: Poco::Net::SocketImpl::poll(Poco::Timespan const&, int) @ 0x0000000034593836
2026-04-30 16:04:36 7. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:144: DB::ReadBufferFromPocoSocketBase::poll(unsigned long) const @ 0x000000001b0bd6dd
2026-04-30 16:04:36 8. ./build_docker/./src/Client/ClientBase.cpp:1138: DB::ClientBase::receiveResult(std::shared_ptr, int, bool) @ 0x000000002cf0e5d9
2026-04-30 16:04:36 9. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processOrdinaryQuery(String const&, std::shared_ptr) @ 0x000000002cf0c5ed
2026-04-30 16:04:36 10. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processParsedSingleQuery(String const&, String const&, std::shared_ptr, std::optional, bool) @ 0x000000002cf084d0
2026-04-30 16:04:36 11. ./build_docker/./src/Client/ClientBase.cpp:2277: DB::ClientBase::executeMultiQuery(String const&) @ 0x000000002cf200d2
2026-04-30 16:04:36 12. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processQueryText(String const&) @ 0x000000002cf21edf
2026-04-30 16:04:36 13.0. inlined from ./contrib/llvm-project/libcxx/include/string:1499: String::__is_long[abi:v15007]() const
2026-04-30 16:04:36 13.1. inlined from ./contrib/llvm-project/libcxx/include/string:2333: ~basic_string
2026-04-30 16:04:36 13. ./build_docker/./src/Client/ClientBase.cpp:2748: DB::ClientBase::runNonInteractive() @ 0x000000002cf283fb
2026-04-30 16:04:36 14. ./build_docker/./programs/client/Client.cpp:397: DB::Client::main(std::vector> const&) @ 0x000000001b26bb27
2026-04-30 16:04:36 15. ./build_docker/./base/poco/Util/src/Application.cpp:0: Poco::Util::Application::run() @ 0x0000000034605417
2026-04-30 16:04:36 16. ./build_docker/./programs/client/Client.cpp:0: mainEntryClickHouseClient(int, char**) @ 0x000000001b2897cc
2026-04-30 16:04:36 17. ./build_docker/./programs/main.cpp:0: main @ 0x000000000aa82909
2026-04-30 16:04:36 18. ? @ 0x00007fd7be6e1d90
2026-04-30 16:04:36 19. ? @ 0x00007fd7be6e1e40
2026-04-30 16:04:36 20. _start @ 0x000000000a9b302e
2026-04-30 16:04:36 ClickHouse version 24.8.14.10545.altinitytest is old and should be upgraded to the latest version.
2026-04-30 16:04:36
2026-04-30 16:04:36 Settings used in the test: --max_insert_threads 2 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 13834141 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 1024 --max_read_buffer_size 837242 --prefer_localhost_replica 0 --max_block_size 68421 --max_joined_block_size_rows 62473 --max_threads 1 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 91 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 35244185 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 3708956925 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 858566387 --min_compress_block_size 350145 --max_compress_block_size 442516 --merge_tree_compact_parts_min_granules_to_multibuffer_read 6 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 8452339 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.55 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0
2026-04-30 16:04:36
2026-04-30 16:04:36 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 27145539 --merge_max_block_size 11095 --index_granularity 43522 --min_bytes_for_wide_part 0 --marks_compress_block_size 31288 --primary_key_compress_block_size 11035 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 211888879 --compact_parts_max_granules_to_buffer 132 --compact_parts_merge_max_bytes_to_prefetch_part 11812135 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 217
2026-04-30 16:04:36
2026-04-30 16:04:36 Database: test_huryg6p5
2026-04-30 16:04:38 01866_datetime64_cmp_with_constant: [ OK ] 10.35 sec.
2026-04-30 16:04:39 02000_table_function_cluster_macros: [ OK ] 2.86 sec.
2026-04-30 16:04:43 01921_with_fill_with_totals: [ OK ] 3.36 sec.
2026-04-30 16:04:44 01660_join_or_all: [ OK ] 35.37 sec.
2026-04-30 16:04:45 00278_insert_already_sorted: [ OK ] 33.17 sec.
2026-04-30 16:04:46 02901_remove_nullable_crash_analyzer: [ OK ] 3.46 sec.
2026-04-30 16:04:48 03155_explain_current_transaction: [ OK ] 1.34 sec.
2026-04-30 16:04:49 02319_sql_standard_create_drop_index: [ OK ] 10.64 sec.
2026-04-30 16:04:50 00800_low_cardinality_empty_array: [ OK ] 1.95 sec.
2026-04-30 16:04:50 02763_row_policy_storage_merge_alias: [ OK ] 6.51 sec.
2026-04-30 16:04:51 01602_modified_julian_day_msan: [ OK ] 1.99 sec.
2026-04-30 16:04:52 03153_dynamic_type_empty: [ OK ] 1.66 sec.
2026-04-30 16:04:52 03142_skip_ANSI_in_UTF8_compute_width: [ OK ] 1.41 sec.
2026-04-30 16:04:57 02141_clickhouse_local_interactive_table: [ OK ] 4.85 sec.
2026-04-30 16:04:59 02677_analyzer_compound_expressions: [ OK ] 6.48 sec.
2026-04-30 16:04:59 01410_full_join_and_null_predicates: [ OK ] 7.70 sec.
2026-04-30 16:05:04 01825_new_type_json_nbagames: [ OK ] 140.48 sec.
2026-04-30 16:05:05 02457_morton_coding: [ OK ] 19.83 sec.
2026-04-30 16:05:06 02562_with_fill_nullable: [ OK ] 1.87 sec.
2026-04-30 16:05:06 01825_type_json_in_array: [ OK ] 7.14 sec.
2026-04-30 16:05:08 02861_filter_pushdown_const_bug: [ OK ] 2.45 sec.
2026-04-30 16:05:08 02998_primary_key_skip_columns: [ SKIPPED ] 0.00 sec.
2026-04-30 16:05:08 Reason: not running for current build
2026-04-30 16:05:09 02158_ztest: [ OK ] 2.19 sec.
2026-04-30 16:05:12 01050_engine_join_crash: [ OK ] 5.50 sec.
2026-04-30 16:05:14 02011_tuple_vector_functions: [ OK ] 14.10 sec.
2026-04-30 16:05:16 02496_remove_redundant_sorting_analyzer: [ OK ] 75.61 sec.
2026-04-30 16:05:18 00661_optimize_final_replicated_without_partition_zookeeper: [ OK ] 10.40 sec.
2026-04-30 16:05:22 00118_storage_join: [ OK ] 7.92 sec.
2026-04-30 16:05:22 03217_primary_index_memory_leak: [ SKIPPED ] 0.00 sec.
2026-04-30 16:05:22 Reason: not running for current build
2026-04-30 16:05:22 02990_format_select_from_explain: [ OK ] 3.80 sec.
2026-04-30 16:05:22 01502_jemalloc_percpu_arena: [ SKIPPED ] 0.00 sec.
2026-04-30 16:05:22 Reason: not running for current build
2026-04-30 16:05:26 01518_nullable_aggregate_states1: [ OK ] 10.35 sec.
2026-04-30 16:05:26 03143_parallel_replicas_mat_view_bug: [ OK ] 3.36 sec.
2026-04-30 16:05:28 02274_full_sort_join_nodistinct: [ OK ] 215.51 sec.
2026-04-30 16:05:29 02504_disallow_arrayjoin_in_mutations: [ OK ] 2.26 sec.
2026-04-30 16:05:30 02989_replicated_merge_tree_invalid_metadata_version: [ OK ] 7.55 sec.
2026-04-30 16:05:31 01891_partition_by_uuid: [ OK ] 2.11 sec.
2026-04-30 16:05:31 02986_leftpad_fixedstring: [ OK ] 4.20 sec.
2026-04-30 16:05:32 01497_mutation_support_for_storage_memory: [ OK ] 3.08 sec.
2026-04-30 16:05:34 02041_test_fuzzy_alter: [ OK ] 2.30 sec.
2026-04-30 16:05:34 00159_whitespace_in_columns_list: [ OK ] 2.27 sec.
2026-04-30 16:05:35 02345_filesystem_local: [ OK ] 4.41 sec.
2026-04-30 16:05:35 02933_sqid: [ OK ] 26.37 sec.
2026-04-30 16:05:36 02267_insert_empty_data: [ OK ] 1.47 sec.
2026-04-30 16:05:38 02487_create_index_normalize_functions: [ OK ] 3.09 sec.
2026-04-30 16:05:40 01451_detach_drop_part: [ OK ] 4.11 sec.
2026-04-30 16:05:45 03006_async_insert_deadlock_log: [ OK ] 10.32 sec.
2026-04-30 16:05:46 01626_cnf_test: [ OK ] 8.03 sec.
2026-04-30 16:05:46 01038_array_of_unnamed_tuples: [ OK ] 1.68 sec.
2026-04-30 16:05:47 02366_kql_mvexpand: [ OK ] 9.83 sec.
2026-04-30 16:05:48 02154_bitmap_contains: [ OK ] 1.15 sec.
2026-04-30 16:05:52 02295_GROUP_BY_AggregateFunction: [ OK ] 11.76 sec.
2026-04-30 16:05:55 00752_low_cardinality_lambda_argument: [ OK ] 8.53 sec.
2026-04-30 16:05:58 02475_precise_decimal_arithmetics: [ OK ] 12.08 sec.
2026-04-30 16:05:58 03203_optimize_disjunctions_chain_to_in: [ OK ] 2.22 sec.
2026-04-30 16:06:00 03214_backup_and_clear_old_temporary_directories: [ OK ] 29.51 sec.
2026-04-30 16:06:02 02006_test_positional_arguments_on_cluster: [ OK ] 3.34 sec.
2026-04-30 16:06:02 01739_index_hint: [ OK ] 10.57 sec.
2026-04-30 16:06:06 02517_avro_bool_type: [ OK ] 4.23 sec.
2026-04-30 16:06:06 03036_dynamic_read_shared_subcolumns_compact_merge_tree: [ SKIPPED ] 0.00 sec.
2026-04-30 16:06:06 Reason: not running for current build
2026-04-30 16:06:08 02998_projection_after_attach_partition: [ OK ] 4.39 sec.
2026-04-30 16:06:08 02551_ipv4_implicit_uint64: [ OK ] 2.28 sec.
2026-04-30 16:06:09 02158_ztest_cmp: [ OK ] 10.66 sec.
2026-04-30 16:06:12 03066_analyzer_global_with_statement: [ OK ] 1.94 sec.
2026-04-30 16:06:14 01774_tuple_null_in: [ OK ] 1.74 sec.
2026-04-30 16:06:16 01542_collate_in_array: [ OK ] 7.59 sec.
2026-04-30 16:06:25 00929_multi_match_edit_distance: [ OK ] 73.15 sec.
2026-04-30 16:06:27 00574_empty_strings_deserialization: [ OK ] 12.90 sec.
2026-04-30 16:06:29 01651_lc_insert_tiny_log_3: [ OK ] 374.03 sec.
2026-04-30 16:06:35 00875_join_right_nulls: [ OK ] 7.61 sec.
2026-04-30 16:06:36 02875_parallel_replicas_cluster_all_replicas: [ OK ] 19.97 sec.
2026-04-30 16:06:37 00832_storage_file_lock: [ OK ] 1.77 sec.
2026-04-30 16:06:37 01593_insert_settings: [ OK ] 8.61 sec.
2026-04-30 16:06:39 02317_functions_with_nothing: [ OK ] 2.47 sec.
2026-04-30 16:06:39 01550_create_map_type: [ OK ] 38.63 sec.
2026-04-30 16:06:40 01085_datetime_arithmetic_preserve_timezone: [ OK ] 1.47 sec.
2026-04-30 16:06:41 02125_lz4_compression_bug_TSKV: [ OK ] 52.42 sec.
2026-04-30 16:06:42 02553_type_object_analyzer: [ OK ] 2.11 sec.
2026-04-30 16:06:42 00981_no_virtual_columns: [ OK ] 1.78 sec.
2026-04-30 16:06:43 03243_create_or_replace_view_dependency_check: [ OK ] 1.72 sec.
2026-04-30 16:06:44 03325_distributed_join_json_array_subcolumns: [ OK ] 2.51 sec.
2026-04-30 16:06:44 02497_if_transform_strings_to_enum: [ OK ] 6.18 sec.
2026-04-30 16:06:44 02908_table_ttl_dependency: [ OK ] 7.14 sec.
2026-04-30 16:06:46 03013_group_by_use_nulls_with_materialize_and_analyzer: [ OK ] 2.18 sec.
2026-04-30 16:06:46 03038_nested_dynamic_merges_wide_vertical: [ SKIPPED ] 0.00 sec.
2026-04-30 16:06:46 Reason: not running for current build
2026-04-30 16:06:46 02344_analyzer_multiple_aliases_for_expression: [ OK ] 2.33 sec.
2026-04-30 16:06:46 02703_jit_external_aggregation: [ SKIPPED ] 0.00 sec.
2026-04-30 16:06:46 Reason: not running for current build
2026-04-30 16:06:46 03206_is_null_constant_result_old_analyzer_bug: [ OK ] 2.25 sec.
2026-04-30 16:06:47 02301_harmful_reexec: [ OK ] 4.85 sec.
2026-04-30 16:06:47 03271_decimal_monotonic_day_of_week: [ OK ] 1.53 sec.
2026-04-30 16:06:48 03199_unbin_buffer_overflow: [ OK ] 39.85 sec.
2026-04-30 16:06:48 02868_select_support_from_keywords: [ OK ] 1.89 sec.
2026-04-30 16:06:49 00661_array_has_silviucpp: [ OK ] 1.97 sec.
2026-04-30 16:06:50 02869_unicode_minus: [ OK ] 1.51 sec.
2026-04-30 16:06:53 02246_clickhouse_local_drop_database: [ OK ] 9.52 sec.
2026-04-30 16:06:55 01710_aggregate_projection_with_monotonic_key_expr: [ OK ] 5.29 sec.
2026-04-30 16:06:56 03130_convert_outer_join_to_inner_join: [ OK ] 8.58 sec.
2026-04-30 16:06:56 03095_merge_and_buffer_tables: [ OK ] 7.24 sec.
2026-04-30 16:06:58 02015_async_inserts_2: [ OK ] 7.70 sec.
2026-04-30 16:07:00 02267_output_format_prometheus: [ OK ] 3.69 sec.
2026-04-30 16:07:01 01268_mv_scalars: [ OK ] 14.02 sec.
2026-04-30 16:07:01 02343_group_by_use_nulls: [ OK ] 4.59 sec.
2026-04-30 16:07:03 01351_geohash_assert: [ OK ] 1.36 sec.
2026-04-30 16:07:03 02353_translate: [ OK ] 2.43 sec.
2026-04-30 16:07:03 02840_grace_hash_join_structure_mismatch: [ OK ] 2.04 sec.
2026-04-30 16:07:04 01761_cast_to_enum_nullable: [ OK ] 1.45 sec.
2026-04-30 16:07:06 00228_shard_quantiles_deterministic_merge_overflow: [ OK ] 3.29 sec.
2026-04-30 16:07:07 02911_analyzer_explain_estimate: [ OK ] 2.82 sec.
2026-04-30 16:07:07 02859_replicated_db_name_zookeeper: [ OK ] 13.49 sec.
2026-04-30 16:07:09 01676_range_hashed_dictionary: [ OK ] 10.23 sec.
2026-04-30 16:07:09 02366_asof_optimize_predicate_bug_37813: [ OK ] 3.63 sec.
2026-04-30 16:07:11 02841_group_array_sorted: [ OK ] 15.74 sec.
2026-04-30 16:07:11 00818_alias_bug_4110: [ OK ] 4.76 sec.
2026-04-30 16:07:12 02883_array_scalar_mult_div_modulo: [ OK ] 4.60 sec.
2026-04-30 16:07:13 02893_bad_sample_view: [ OK ] 3.50 sec.
2026-04-30 16:07:14 02381_analyzer_join_final: [ OK ] 4.71 sec.
2026-04-30 16:07:15 01958_partial_hour_timezone: [ OK ] 1.99 sec.
2026-04-30 16:07:15 01281_sum_nullable: [ OK ] 2.83 sec.
2026-04-30 16:07:16 01458_count_digits: [ OK ] 3.46 sec.
2026-04-30 16:07:18 00154_shard_distributed_with_distinct: [ OK ] 2.04 sec.
2026-04-30 16:07:18 02932_parallel_replicas_fuzzer: [ OK ] 6.05 sec.
2026-04-30 16:07:20 00637_sessions_in_http_interface_and_settings: [ OK ] 3.97 sec.
2026-04-30 16:07:22 02540_analyzer_matcher_alias_materialized_columns: [ OK ] 4.03 sec.
2026-04-30 16:07:24 03069_analyzer_with_alias_in_array_join: [ OK ] 1.81 sec.
2026-04-30 16:07:26 02223_h3_test_const_columns: [ OK ] 7.97 sec.
2026-04-30 16:07:28 01505_log_distributed_deadlock: [ OK ] 3.37 sec.
2026-04-30 16:07:29 03033_dist_settings.optimize_skip_unused_shards_rewrite_in_composite_sharding_key: [ OK ] 8.19 sec.
2026-04-30 16:07:31 02163_operators: [ OK ] 2.74 sec.
2026-04-30 16:07:33 03093_reading_bug_with_parallel_replicas: [ OK ] 18.55 sec.
2026-04-30 16:07:33 03200_subcolumns_join_use_nulls: [ OK ] 3.54 sec.
2026-04-30 16:07:35 01497_alias_on_default_array: [ OK ] 2.50 sec.
2026-04-30 16:07:40 02711_server_uuid_macro: [ OK ] 4.62 sec.
2026-04-30 16:07:42 01825_type_json_from_map: [ OK ] 76.29 sec.
2026-04-30 16:07:46 00534_functions_bad_arguments8: [ OK ] 169.12 sec.
2026-04-30 16:07:50 01418_index_analysis_bug: [ OK ] 8.32 sec.
2026-04-30 16:07:53 00287_column_const_with_nan: [ OK ] 1.86 sec.
2026-04-30 16:07:54 00955_complex_prepared_statements: [ OK ] 20.91 sec.
2026-04-30 16:08:00 01135_default_and_alter_zookeeper: [ OK ] 6.84 sec.
2026-04-30 16:08:00 02017_bit_shift_left_for_string_integer: [ OK ] 19.45 sec.
2026-04-30 16:08:02 02875_parallel_replicas_remote: [ OK ] 35.12 sec.
2026-04-30 16:08:03 01580_column_const_comparision: [ OK ] 2.17 sec.
2026-04-30 16:08:08 00956_http_prepared_statements: [ OK ] 6.64 sec.
2026-04-30 16:08:09 01419_merge_tree_settings_sanity_check: [ OK ] 5.91 sec.
2026-04-30 16:08:12 03217_fliter_pushdown_no_keys: [ OK ] 3.09 sec.
2026-04-30 16:08:15 01189_create_as_table_as_table_function: [ OK ] 5.52 sec.
2026-04-30 16:08:17 02864_restore_table_with_broken_part: [ OK ] 16.00 sec.
2026-04-30 16:08:21 00969_roundDuration: [ OK ] 4.14 sec.
2026-04-30 16:08:26 01710_query_log_with_projection_info: [ OK ] 39.60 sec.
2026-04-30 16:08:27 02841_parallel_replicas_summary: [ OK ] 32.32 sec.
2026-04-30 16:08:30 02995_bad_formatting_union_intersect: [ OK ] 3.28 sec.
2026-04-30 16:08:32 02903_bug_43644: [ OK ] 4.49 sec.
2026-04-30 16:08:34 00506_union_distributed: [ OK ] 21.72 sec.
2026-04-30 16:08:36 00372_cors_header: [ OK ] 5.47 sec.
2026-04-30 16:08:36 02845_arrayShiftRotate: [ OK ] 18.38 sec.
2026-04-30 16:08:37 02160_client_autocomplete_parse_query: [ OK ] 15.47 sec.
2026-04-30 16:08:39 03003_database_filesystem_format_detection: [ OK ] 6.61 sec.
2026-04-30 16:08:39 00560_float_leading_plus_in_exponent: [ OK ] 2.13 sec.
2026-04-30 16:08:42 00665_alter_nullable_string_to_nullable_uint8: [ OK ] 6.08 sec.
2026-04-30 16:08:42 00804_test_custom_compression_codecs: [ OK ] 87.26 sec.
2026-04-30 16:08:45 00860_unknown_identifier_bug: [ OK ] 9.05 sec.
2026-04-30 16:08:47 02575_merge_prewhere_default_expression: [ OK ] 3.95 sec.
2026-04-30 16:08:49 01780_column_sparse_tuple: [ OK ] 9.70 sec.
2026-04-30 16:08:50 03159_dynamic_type_all_types: [ OK ] 9.24 sec.
2026-04-30 16:08:50 02943_order_by_all: [ OK ] 8.00 sec.
2026-04-30 16:08:51 02310_generate_multi_columns_with_uuid: [ OK ] 1.70 sec.
2026-04-30 16:08:52 00527_totals_having_nullable: [ OK ] 2.09 sec.
2026-04-30 16:08:53 01774_bar_with_illegal_value: [ OK ] 1.70 sec.
2026-04-30 16:08:54 00732_quorum_insert_lost_part_zookeeper_long: [ OK ] 6.48 sec.
2026-04-30 16:08:58 00897_flatten: [ OK ] 5.42 sec.
2026-04-30 16:08:59 02706_kolmogorov_smirnov_test: [ OK ] 8.47 sec.
2026-04-30 16:09:01 01796_Log_rwlock_ub: [ OK ] 3.27 sec.
2026-04-30 16:09:04 01245_limit_infinite_sources: [ OK ] 4.66 sec.
2026-04-30 16:09:06 02502_analyzer_insert_select_crash_fix: [ OK ] 4.44 sec.
2026-04-30 16:09:06 03047_analyzer_alias_join: [ OK ] 1.90 sec.
2026-04-30 16:09:08 02735_array_map_array_of_tuples: [ OK ] 2.25 sec.
2026-04-30 16:09:11 01093_cyclic_defaults_filimonov: [ OK ] 2.81 sec.
2026-04-30 16:09:14 01901_in_literal_shard_prune: [ OK ] 7.52 sec.
2026-04-30 16:09:14 01040_h3_get_resolution: [ OK ] 1.93 sec.
2026-04-30 16:09:14 02731_replace_partition_from_temporary_table: [ OK ] 20.00 sec.
2026-04-30 16:09:16 01657_test_toHour_mysql_compatibility: [ OK ] 1.55 sec.
2026-04-30 16:09:20 02806_cte_block_cannot_be_empty: [ OK ] 3.23 sec.
2026-04-30 16:09:24 00717_merge_and_distributed: [ OK ] 30.59 sec.
2026-04-30 16:09:40 01201_drop_column_compact_part_replicated_zookeeper_long: [ OK ] 24.78 sec.
2026-04-30 16:09:43 01072_optimize_skip_unused_shards_const_expr_eval: [ OK ] 29.23 sec.
2026-04-30 16:09:46 02316_values_table_func_bug: [ OK ] 2.44 sec.
2026-04-30 16:09:53 01399_http_request_headers: [ OK ] 12.43 sec.
2026-04-30 16:09:59 02734_optimize_group_by: [ OK ] 5.15 sec.
2026-04-30 16:10:02 00395_nullable: [ OK ] 175.13 sec.
2026-04-30 16:10:10 02932_kill_query_sleep: [ OK ] 24.30 sec.
2026-04-30 16:10:11 02560_vertical_merge_memory_usage: [ OK ] 158.81 sec.
2026-04-30 16:10:12 02907_clickhouse_dictionary_bug: [ OK ] 8.57 sec.
2026-04-30 16:10:14 02981_variant_type_function: [ OK ] 3.46 sec.
2026-04-30 16:10:18 01107_join_right_table_totals: [ OK ] 18.82 sec.
2026-04-30 16:10:20 00612_http_max_query_size_for_distributed: [ OK ] 5.17 sec.
2026-04-30 16:10:20 02891_alter_update_adaptive_granularity: [ OK ] 7.41 sec.
2026-04-30 16:10:22 03155_datasketches_ubsan: [ OK ] 1.85 sec.
2026-04-30 16:10:24 01250_fixed_string_comparison: [ OK ] 3.59 sec.
2026-04-30 16:10:27 00652_replicated_mutations_default_database_zookeeper: [ OK ] 15.55 sec.
2026-04-30 16:10:30 03002_int_div_decimal_with_date_bug: [ OK ] 2.68 sec.
2026-04-30 16:10:30 01702_rewrite_avg_for_algebraic_optimization: [ OK ] 7.94 sec.
2026-04-30 16:10:33 00122_join_with_subquery_with_subquery: [ OK ] 2.32 sec.
2026-04-30 16:10:36 00999_join_not_nullable_types: [ OK ] 4.62 sec.
2026-04-30 16:10:42 02119_sumcount: [ OK ] 17.27 sec.
2026-04-30 16:10:50 02122_parallel_formatting_JSONCompactStrings: [ OK ] 31.70 sec.
2026-04-30 16:10:51 02007_join_use_nulls: [ OK ] 8.95 sec.
2026-04-30 16:10:57 01944_insert_partition_by: [ OK ] 5.77 sec.
2026-04-30 16:10:58 01621_sort_after_join_pipeline_stuck: [ OK ] 8.20 sec.
2026-04-30 16:10:59 01825_new_type_json_12: [ OK ] 25.81 sec.
2026-04-30 16:11:03 01499_json_named_tuples: [ OK ] 4.44 sec.
2026-04-30 16:11:06 01600_multiple_left_join_with_aliases: [ OK ] 7.25 sec.
2026-04-30 16:11:07 01518_cast_nullable_virtual_system_column: [ OK ] 7.14 sec.
2026-04-30 16:11:09 03274_format_inference_create_query_file: [ OK ] 5.51 sec.
2026-04-30 16:11:12 00715_bounding_ratio_merge_empty: [ OK ] 5.15 sec.
2026-04-30 16:11:15 00974_full_outer_join: [ OK ] 3.24 sec.
2026-04-30 16:11:22 02477_invalid_reads: [ OK ] 14.16 sec.
2026-04-30 16:11:25 02595_orc_arrow_parquet_more_types: [ OK ] 9.84 sec.
2026-04-30 16:11:27 02678_explain_pipeline_graph_with_projection: [ OK ] 4.25 sec.
2026-04-30 16:11:28 01680_date_time_add_ubsan: [ OK ] 18.02 sec.
2026-04-30 16:11:28 00564_temporary_table_management: [ OK ] 2.20 sec.
2026-04-30 16:11:39 01607_arrays_as_nested_csv: [ OK ] 11.52 sec.
2026-04-30 16:11:44 03167_base64_url_functions: [ OK ] 5.10 sec.
2026-04-30 16:11:51 02967_parallel_replicas_joins_and_analyzer: [ OK ] 150.61 sec.
2026-04-30 16:11:53 00262_alter_alias: [ OK ] 8.12 sec.
2026-04-30 16:11:57 02949_ttl_group_by_bug: [ OK ] 4.20 sec.
2026-04-30 16:11:58 01060_window_view_event_tumble_to_asc: [ OK ] 29.61 sec.
2026-04-30 16:12:00 02501_analyzer_expired_context_crash_fix: [ OK ] 2.48 sec.
2026-04-30 16:12:17 02916_replication_protocol_wait_for_part: [ OK ] 25.00 sec.
2026-04-30 16:12:21 02955_analyzer_using_functional_args: [ OK ] 53.21 sec.
2026-04-30 16:12:23 02679_query_parameters_dangling_pointer: [ OK ] 1.85 sec.
2026-04-30 16:12:23 02381_client_prints_server_side_time: [ SKIPPED ] 0.00 sec.
2026-04-30 16:12:23 Reason: not running for current build
2026-04-30 16:12:28 01710_projection_with_nullable_keys: [ OK ] 4.01 sec.
2026-04-30 16:12:35 00954_client_prepared_statements: [ OK ] 34.53 sec.
2026-04-30 16:12:44 02224_parallel_distributed_insert_select_cluster: [ OK ] 15.57 sec.
2026-04-30 16:12:46 01582_distinct_subquery_groupby: [ OK ] 10.31 sec.
2026-04-30 16:12:49 02771_tsv_csv_custom_skip_trailing_empty_lines: [ OK ] 2.81 sec.
2026-04-30 16:13:00 03208_array_of_json_read_subcolumns_1: [ OK ] 264.92 sec.
2026-04-30 16:13:07 03006_buffer_overflow_join: [ OK ] 5.48 sec.
2026-04-30 16:13:21 02380_insert_mv_race: [ OK ] 31.06 sec.
2026-04-30 16:13:42 01518_select_in_null: [ OK ] 56.80 sec.
2026-04-30 16:14:05 01456_modify_column_type_via_add_drop_update: [ OK ] 43.24 sec.
2026-04-30 16:14:17 01273_arrow_load: [ OK ] 11.96 sec.
2026-04-30 16:14:25 02933_group_by_memory_usage: [ OK ] 147.74 sec.
2026-04-30 16:14:26 00467_qualified_names: [ OK ] 8.03 sec.
2026-04-30 16:14:33 01273_arrow: [ OK ] 135.81 sec.
2026-04-30 16:14:37 02718_parquet_metadata_format: [ OK ] 11.03 sec.
2026-04-30 16:14:40 02713_ip4_uint_compare: [ OK ] 2.35 sec.
2026-04-30 16:14:46 01014_function_repeat_corner_cases: [ OK ] 5.98 sec.
2026-04-30 16:14:57 01892_setting_limit_offset_distributed: [ OK ] 10.58 sec.
2026-04-30 16:14:59 00988_parallel_parts_removal: [ OK ] 373.47 sec.
2026-04-30 16:14:59 01559_misplaced_codec_diagnostics: [ OK ] 1.57 sec.
2026-04-30 16:15:00 02944_variant_as_common_type_analyzer: [ OK ] 26.16 sec.
2026-04-30 16:15:03 02751_multiif_to_if_crash: [ OK ] 3.74 sec.
2026-04-30 16:15:03 01825_type_json_ghdata: [ OK ] 267.25 sec.
2026-04-30 16:15:04 02428_combinators_with_over_statement: [ OK ] 5.13 sec.
2026-04-30 16:15:07 02834_array_exists_segfault: [ OK ] 3.19 sec.
2026-04-30 16:15:07 02991_count_rewrite_analyzer: [ OK ] 3.23 sec.
2026-04-30 16:15:13 03246_alter_update_dynamic_hung: [ OK ] 4.76 sec.
2026-04-30 16:15:16 02131_row_policies_combination: [ OK ] 11.56 sec.
2026-04-30 16:15:19 01421_array_nullable_element_nullable_index: [ OK ] 2.06 sec.
2026-04-30 16:15:19 00909_kill_not_initialized_query: [ OK ] 53.20 sec.
2026-04-30 16:15:20 02177_merge_optimize_aggregation_in_order: [ OK ] 6.39 sec.
2026-04-30 16:15:21 01538_fuzz_aggregate: [ OK ] 2.23 sec.
2026-04-30 16:15:21 03209_json_type_vertical_merges: [ SKIPPED ] 0.00 sec.
2026-04-30 16:15:21 Reason: not running for current build
2026-04-30 16:15:26 00834_not_between: [ OK ] 4.27 sec.
2026-04-30 16:15:28 03173_check_cyclic_dependencies_on_create_and_rename: [ OK ] 8.58 sec.
2026-04-30 16:15:30 02183_dictionary_date_types: [ OK ] 28.42 sec.
2026-04-30 16:15:33 00825_protobuf_format_squares: [ OK ] 12.60 sec.
2026-04-30 16:15:35 00185_array_literals: [ OK ] 6.36 sec.
2026-04-30 16:15:41 02366_kql_create_table: [ OK ] 5.35 sec.
2026-04-30 16:15:46 01780_column_sparse_pk: [ OK ] 12.94 sec.
2026-04-30 16:15:55 02136_scalar_read_rows_json: [ OK ] 8.73 sec.
2026-04-30 16:15:59 00098_j_union_all: [ OK ] 3.38 sec.
2026-04-30 16:16:07 02918_optimize_count_for_merge_tables: [ OK ] 8.01 sec.
2026-04-30 16:16:07 03165_string_functions_with_token_text_indexes: [ OK ] 36.79 sec.
2026-04-30 16:16:10 00134_aggregation_by_fixed_string_of_size_1_2_4_8: [ OK ] 2.46 sec.
2026-04-30 16:16:12 01125_generate_random_qoega: [ OK ] 46.05 sec.
2026-04-30 16:16:13 02477_analyzer_array_join_with_join: [ OK ] 32.37 sec.
2026-04-30 16:16:15 02998_http_redirects: [ OK ] 4.58 sec.
2026-04-30 16:16:16 01386_negative_float_constant_key_condition: [ OK ] 2.74 sec.
2026-04-30 16:16:17 03033_cte_numbers_memory: [ OK ] 2.03 sec.
2026-04-30 16:16:20 02535_ip_parser_not_whole: [ OK ] 3.31 sec.
2026-04-30 16:16:23 00751_low_cardinality_nullable_group_by: [ OK ] 75.54 sec.
2026-04-30 16:16:23 01710_projection_detach_part: [ OK ] 6.51 sec.
2026-04-30 16:16:26 00956_join_use_nulls_with_array_column: [ OK ] 2.56 sec.
2026-04-30 16:16:28 01353_neighbor_overflow: [ OK ] 4.85 sec.
2026-04-30 16:16:29 02999_analyzer_preimage_null: [ OK ] 2.47 sec.
2026-04-30 16:16:31 00685_output_format_json_escape_forward_slashes: [ OK ] 1.82 sec.
2026-04-30 16:16:34 02381_parseDateTime64BestEffortUS: [ OK ] 2.75 sec.
2026-04-30 16:16:35 00676_group_by_in: [ OK ] 5.84 sec.
2026-04-30 16:16:40 03018_analyzer_distributed_query_with_positional_arguments: [ OK ] 6.22 sec.
2026-04-30 16:16:40 02242_if_then_else_null_bug: [ OK ] 4.74 sec.
2026-04-30 16:16:51 01259_combinator_distinct: [ OK ] 9.67 sec.
2026-04-30 16:16:54 02941_variant_type_1: [ OK ] 192.19 sec.
2026-04-30 16:17:01 01562_agg_null_for_empty_ahead: [ OK ] 19.92 sec.
2026-04-30 16:17:01 01550_type_map_formats_input: [ OK ] 40.25 sec.
2026-04-30 16:17:04 01655_sleep_infinite_float: [ OK ] 2.91 sec.
2026-04-30 16:17:09 01798_uniq_theta_sketch: [ OK ] 56.72 sec.
2026-04-30 16:17:10 03166_optimize_row_order_during_insert: [ OK ] 14.30 sec.
2026-04-30 16:17:12 01406_carriage_return_in_tsv_csv: [ OK ] 10.90 sec.
2026-04-30 16:17:14 00564_initial_column_values_with_default_expression: [ OK ] 4.80 sec.
2026-04-30 16:17:21 01940_custom_tld_sharding_key: [ OK ] 8.48 sec.
2026-04-30 16:17:22 01746_long_zlib_http_compression_json_format: [ OK ] 11.54 sec.
2026-04-30 16:17:34 00447_foreach_modifier: [ OK ] 19.07 sec.
2026-04-30 16:17:44 00653_verification_monotonic_data_load: [ OK ] 96.17 sec.
2026-04-30 16:17:46 02122_parallel_formatting_RowBinaryWithNames: [ OK ] 54.67 sec.
2026-04-30 16:17:48 02027_ngrams: [ OK ] 25.73 sec.
2026-04-30 16:17:49 01825_new_type_json_9: [ OK ] 27.29 sec.
2026-04-30 16:17:50 02243_in_ip_address: [ OK ] 5.78 sec.
2026-04-30 16:17:55 00619_extract: [ OK ] 6.39 sec.
2026-04-30 16:17:59 01664_array_slice_ubsan: [ OK ] 3.27 sec.
2026-04-30 16:18:03 03034_recursive_cte_tree: [ OK ] 16.58 sec.
2026-04-30 16:18:08 02674_trivial_count_analyzer: [ OK ] 18.65 sec.
2026-04-30 16:18:11 01851_clear_column_referenced_by_mv: [ OK ] 7.60 sec.
2026-04-30 16:18:11 01502_bar_overflow: [ OK ] 66.38 sec.
2026-04-30 16:18:15 02782_avro_decimals: [ OK ] 6.70 sec.
2026-04-30 16:18:22 02845_parquet_odd_decimals: [ OK ] 10.66 sec.
2026-04-30 16:18:23 01825_new_type_json_18: [ OK ] 7.55 sec.
2026-04-30 16:18:25 01353_topk_enum: [ OK ] 2.61 sec.
2026-04-30 16:18:26 01276_alter_rename_column_materialized_expr: [ OK ] 26.42 sec.
2026-04-30 16:18:29 01413_alter_update_supertype: [ OK ] 5.28 sec.
2026-04-30 16:18:37 00229_prewhere_column_missing: [ OK ] 11.16 sec.
2026-04-30 16:18:48 00534_functions_bad_arguments11: [ OK ] 340.50 sec.
2026-04-30 16:18:57 01080_window_view_inner_table_memory_hop: [ OK ] 44.51 sec.
2026-04-30 16:19:01 01533_distinct_depends_on_max_threads: [ OK ] 70.56 sec.
2026-04-30 16:19:03 02233_interpolate_1: [ OK ] 23.41 sec.
2026-04-30 16:19:05 00439_fixed_string_filter: [ OK ] 3.17 sec.
2026-04-30 16:19:12 01674_unicode_asan: [ OK ] 23.93 sec.
2026-04-30 16:19:17 03172_http_content_encoding: [ OK ] 46.75 sec.
2026-04-30 16:19:21 02915_input_table_function_in_subquery: [ OK ] 20.18 sec.
2026-04-30 16:19:21 00373_group_by_tuple: [ OK ] 4.33 sec.
2026-04-30 16:19:21 02710_protobuf_ipv4_date32: [ OK ] 8.91 sec.
2026-04-30 16:19:21 02890_partition_prune_in_extra_columns: [ OK ] 16.01 sec.
2026-04-30 16:19:24 01404_roundUpToPowerOfTwoOrZero_safety: [ OK ] 2.77 sec.
2026-04-30 16:19:24 00360_to_date_from_string_with_datetime: [ OK ] 2.58 sec.
2026-04-30 16:19:35 Killing process group 58720
2026-04-30 16:19:35 Processes in process group 58720:
2026-04-30 16:19:35 58720 /bin/sh -c /usr/bin/clickhouse-client --log_comment '03094_one_thousand_joins.sql' --database=test_onb19mqy --send_logs_level=warning --multiquery --max_insert_threads 3 --group_by_two_level_threshold 370408 --group_by_two_level_threshold_bytes 374221 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 8159701 --max_read_buffer_size 782350 --prefer_localhost_replica 1 --max_block_size 37478 --max_joined_block_size_rows 42966 --max_threads 1 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 93 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 34887620 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 27 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 8609208348 --max_bytes_before_remerge_sort 424951572 --min_compress_block_size 1485708 --max_compress_block_size 3102990 --merge_tree_compact_parts_min_granules_to_multibuffer_read 73 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 5844634 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.32 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 1 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 434328 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 1532497 --merge_max_block_size 21533 --index_granularity 28714 --min_bytes_for_wide_part 689024214 --marks_compress_block_size 15626 --primary_key_compress_block_size 44534 --replace_long_file_name_to_hash 0 --max_file_name_length 0 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 161278930 --compact_parts_max_granules_to_buffer 183 --compact_parts_merge_max_bytes_to_prefetch_part 11225144 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 0 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log < /usr/share/clickhouse-test/queries/0_stateless/03094_one_thousand_joins.sql > /tmp/clickhouse-test/0_stateless/03094_one_thousand_joins.stdout 2> /tmp/clickhouse-test/0_stateless/03094_one_thousand_joins.stderr
2026-04-30 16:19:35 58721 /usr/bin/clickhouse-client --log_comment 03094_one_thousand_joins.sql --database=test_onb19mqy --send_logs_level=warning --multiquery --max_insert_threads 3 --group_by_two_level_threshold 370408 --group_by_two_level_threshold_bytes 374221 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 8159701 --max_read_buffer_size 782350 --prefer_localhost_replica 1 --max_block_size 37478 --max_joined_block_size_rows 42966 --max_threads 1 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 93 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 34887620 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 27 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 8609208348 --max_bytes_before_remerge_sort 424951572 --min_compress_block_size 1485708 --max_compress_block_size 3102990 --merge_tree_compact_parts_min_granules_to_multibuffer_read 73 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 5844634 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.32 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 1 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 434328 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 1532497 --merge_max_block_size 21533 --index_granularity 28714 --min_bytes_for_wide_part 689024214 --marks_compress_block_size 15626 --primary_key_compress_block_size 44534 --replace_long_file_name_to_hash 0 --max_file_name_length 0 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 161278930 --compact_parts_max_granules_to_buffer 183 --compact_parts_merge_max_bytes_to_prefetch_part 11225144 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 0 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log
2026-04-30 16:19:35 Process group 58720 should be killed
2026-04-30 16:19:35 03094_one_thousand_joins: [ FAIL ] 600.49 sec.
2026-04-30 16:19:35 Reason: Timeout! ########## Short fault info ############
2026-04-30 16:19:35 (version 24.8.14.10545.altinitytest (altinity build), build id: , git hash: ) (from thread 58721) Received signal 20
2026-04-30 16:19:35 Signal description: Stopped
2026-04-30 16:19:35 This is a signal used for debugging purposes by the user.
2026-04-30 16:19:35 Stack trace: 0x000055dffb376c2d 0x000055dffb966767 0x00007fb56526f520 0x00007fb565345bd0 0x000055dfeaf3c10c 0x000055e014add3d4 0x000055e014add836 0x000055dffb6076dd 0x000055e00d4585d9 0x000055e00d4565ed 0x000055e00d4524d0 0x000055e00d46a0d2 0x000055e00d46bedf 0x000055e00d4723fb 0x000055dffb7b5b27 0x000055e014b4f417 0x000055dffb7d37cc 0x000055dfeafcc909 0x00007fb565256d90 0x00007fb565256e40 0x000055dfeaefd02e
2026-04-30 16:19:35 ########################################
2026-04-30 16:19:35 (version 24.8.14.10545.altinitytest (altinity build), build id: , git hash: ) (from thread 58721) (no query) Received signal Stopped (20)
2026-04-30 16:19:35 This is a signal used for debugging purposes by the user.
2026-04-30 16:19:35 Stack trace: 0x000055dffb376c2d 0x000055dffb966767 0x00007fb56526f520 0x00007fb565345bd0 0x000055dfeaf3c10c 0x000055e014add3d4 0x000055e014add836 0x000055dffb6076dd 0x000055e00d4585d9 0x000055e00d4565ed 0x000055e00d4524d0 0x000055e00d46a0d2 0x000055e00d46bedf 0x000055e00d4723fb 0x000055dffb7b5b27 0x000055e014b4f417 0x000055dffb7d37cc 0x000055dfeafcc909 0x00007fb565256d90 0x00007fb565256e40 0x000055dfeaefd02e
2026-04-30 16:19:35 0.0. inlined from ./build_docker/./src/Common/StackTrace.cpp:349: StackTrace::tryCapture()
2026-04-30 16:19:35 0. ./build_docker/./src/Common/StackTrace.cpp:318: StackTrace::StackTrace(ucontext_t const&) @ 0x000000001ae2cc2d
2026-04-30 16:19:35 1.0. inlined from ./src/IO/WriteHelpers.h:83: void DB::writePODBinary(int const&, DB::WriteBuffer&)
2026-04-30 16:19:35 1.1. inlined from ./src/IO/WriteHelpers.h:1026: _ZN2DB11writeBinaryIiQ15is_arithmetic_vIT_EEEvRKS1_RNS_11WriteBufferE
2026-04-30 16:19:35 1. ./build_docker/./src/Common/SignalHandlers.cpp:103: signalHandler(int, siginfo_t*, void*) @ 0x000000001b41c767
2026-04-30 16:19:35 2. ? @ 0x00007fb56526f520
2026-04-30 16:19:35 3. ? @ 0x00007fb565345bd0
2026-04-30 16:19:35 4. __interceptor_poll @ 0x000000000a9f210c
2026-04-30 16:19:35 5. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::pollImpl(Poco::Timespan&, int) @ 0x00000000345933d4
2026-04-30 16:19:35 6. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:506: Poco::Net::SocketImpl::poll(Poco::Timespan const&, int) @ 0x0000000034593836
2026-04-30 16:19:35 7. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:144: DB::ReadBufferFromPocoSocketBase::poll(unsigned long) const @ 0x000000001b0bd6dd
2026-04-30 16:19:35 8. ./build_docker/./src/Client/ClientBase.cpp:1138: DB::ClientBase::receiveResult(std::shared_ptr, int, bool) @ 0x000000002cf0e5d9
2026-04-30 16:19:35 9. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processOrdinaryQuery(String const&, std::shared_ptr) @ 0x000000002cf0c5ed
2026-04-30 16:19:35 10. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processParsedSingleQuery(String const&, String const&, std::shared_ptr, std::optional, bool) @ 0x000000002cf084d0
2026-04-30 16:19:35 11. ./build_docker/./src/Client/ClientBase.cpp:2277: DB::ClientBase::executeMultiQuery(String const&) @ 0x000000002cf200d2
2026-04-30 16:19:35 12. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processQueryText(String const&) @ 0x000000002cf21edf
2026-04-30 16:19:35 13.0. inlined from ./contrib/llvm-project/libcxx/include/string:1499: String::__is_long[abi:v15007]() const
2026-04-30 16:19:35 13.1. inlined from ./contrib/llvm-project/libcxx/include/string:2333: ~basic_string
2026-04-30 16:19:35 13. ./build_docker/./src/Client/ClientBase.cpp:2748: DB::ClientBase::runNonInteractive() @ 0x000000002cf283fb
2026-04-30 16:19:35 14. ./build_docker/./programs/client/Client.cpp:397: DB::Client::main(std::vector> const&) @ 0x000000001b26bb27
2026-04-30 16:19:35 15. ./build_docker/./base/poco/Util/src/Application.cpp:0: Poco::Util::Application::run() @ 0x0000000034605417
2026-04-30 16:19:35 16. ./build_docker/./programs/client/Client.cpp:0: mainEntryClickHouseClient(int, char**) @ 0x000000001b2897cc
2026-04-30 16:19:35 17. ./build_docker/./programs/main.cpp:0: main @ 0x000000000aa82909
2026-04-30 16:19:35 18. ? @ 0x00007fb565256d90
2026-04-30 16:19:35 19. ? @ 0x00007fb565256e40
2026-04-30 16:19:35 20. _start @ 0x000000000a9b302e
2026-04-30 16:19:35 ClickHouse version 24.8.14.10545.altinitytest is old and should be upgraded to the latest version.
2026-04-30 16:19:35
2026-04-30 16:19:35 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 370408 --group_by_two_level_threshold_bytes 374221 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 8159701 --max_read_buffer_size 782350 --prefer_localhost_replica 1 --max_block_size 37478 --max_joined_block_size_rows 42966 --max_threads 1 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 93 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 34887620 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 27 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 8609208348 --max_bytes_before_remerge_sort 424951572 --min_compress_block_size 1485708 --max_compress_block_size 3102990 --merge_tree_compact_parts_min_granules_to_multibuffer_read 73 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 5844634 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.32 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 1 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1
2026-04-30 16:19:35
2026-04-30 16:19:35 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 434328 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 1532497 --merge_max_block_size 21533 --index_granularity 28714 --min_bytes_for_wide_part 689024214 --marks_compress_block_size 15626 --primary_key_compress_block_size 44534 --replace_long_file_name_to_hash 0 --max_file_name_length 0 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 161278930 --compact_parts_max_granules_to_buffer 183 --compact_parts_merge_max_bytes_to_prefetch_part 11225144 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 0 --old_parts_lifetime 480
2026-04-30 16:19:35
2026-04-30 16:19:35 Database: test_onb19mqy
2026-04-30 16:19:38 03168_fuzz_multiIf_short_circuit: [ OK ] 2.14 sec.
2026-04-30 16:19:42 00098_shard_i_union_all: [ OK ] 17.72 sec.
2026-04-30 16:19:44 01825_type_json_13: [ OK ] 22.85 sec.
2026-04-30 16:19:47 02923_cte_equality_disjunction: [ OK ] 2.87 sec.
2026-04-30 16:19:47 02121_pager: [ OK ] 8.22 sec.
2026-04-30 16:19:55 01079_new_range_reader_segfault: [ OK ] 7.34 sec.
2026-04-30 16:19:56 01490_nullable_string_to_enum: [ OK ] 8.87 sec.
2026-04-30 16:20:03 01558_enum_as_num_in_tsv_csv_input: [ OK ] 6.00 sec.
2026-04-30 16:20:04 01156_pcg_deserialization: [ OK ] 97.91 sec.
2026-04-30 16:20:06 00324_hashing_enums: [ OK ] 2.89 sec.
2026-04-30 16:20:07 01535_decimal_round_scale_overflow_check: [ OK ] 2.62 sec.
2026-04-30 16:20:14 00653_monotonic_integer_cast: [ OK ] 6.87 sec.
2026-04-30 16:20:16 01000_unneeded_substitutions_client: [ OK ] 8.00 sec.
2026-04-30 16:20:23 01009_global_array_join_names: [ OK ] 6.29 sec.
2026-04-30 16:20:24 01825_new_type_json_parallel_insert: [ OK ] 28.45 sec.
2026-04-30 16:20:25 02507_to_unix_timestamp_overflow: [ OK ] 2.04 sec.
2026-04-30 16:20:26 01869_reinterpret_as_fixed_string_uuid: [ OK ] 1.93 sec.
2026-04-30 16:20:29 00900_null_array_orc_load: [ OK ] 14.02 sec.
2026-04-30 16:20:30 02812_subquery_operators: [ OK ] 4.47 sec.
2026-04-30 16:20:32 02477_s3_request_throttler: [ OK ] 47.16 sec.
2026-04-30 16:20:34 02540_duplicate_primary_key2: [ OK ] 6.94 sec.
2026-04-30 16:20:34 01095_tpch_like_smoke: [ OK ] 69.77 sec.
2026-04-30 16:20:34 02292_nested_not_flattened_detach: [ OK ] 4.77 sec.
2026-04-30 16:20:40 01846_alter_column_without_type_bugfix: [ OK ] 7.13 sec.
2026-04-30 16:20:41 00335_bom: [ OK ] 5.91 sec.
2026-04-30 16:20:43 02735_system_zookeeper_connection: [ OK ] 9.03 sec.
2026-04-30 16:20:44 03032_variant_bool_number_not_suspicious: [ OK ] 2.41 sec.
2026-04-30 16:20:47 01097_cyclic_defaults: [ OK ] 3.94 sec.
2026-04-30 16:20:47 02835_join_step_explain: [ OK ] 7.63 sec.
2026-04-30 16:20:51 02347_rank_corr_nan: [ OK ] 2.12 sec.
2026-04-30 16:20:51 02943_tokenbf_and_ngrambf_indexes_support_match_function: [ OK ] 19.50 sec.
2026-04-30 16:20:53 03199_has_lc_fixed_string: [ OK ] 2.22 sec.
2026-04-30 16:20:59 02398_subquery_where_pushdown_and_limit_offset: [ OK ] 4.86 sec.
2026-04-30 16:21:02 02963_single_value_destructor: [ OK ] 26.33 sec.
2026-04-30 16:21:07 01305_polygons_union: [ OK ] 16.23 sec.
2026-04-30 16:21:09 01746_test_for_tupleElement_must_be_constant_issue: [ OK ] 24.58 sec.
2026-04-30 16:21:12 02113_format_row: [ OK ] 3.83 sec.
2026-04-30 16:21:15 02968_analyzer_join_column_not_found: [ OK ] 3.36 sec.
2026-04-30 16:21:15 01585_fuzz_bits_with_bugfix: [ OK ] 2.13 sec.
2026-04-30 16:21:20 02112_delayed_clickhouse_local: [ OK ] 5.17 sec.
2026-04-30 16:21:21 02071_lower_upper_utf8_row_overlaps: [ OK ] 5.50 sec.
2026-04-30 16:21:22 03145_asof_join_ddb_inequalities: [ OK ] 19.18 sec.
2026-04-30 16:21:24 02911_system_symbols: [ OK ] 121.84 sec.
2026-04-30 16:21:26 02129_window_functions_disable_optimizations: [ OK ] 4.99 sec.
2026-04-30 16:21:27 02421_simple_queries_for_opentelemetry: [ OK ] 143.36 sec.
2026-04-30 16:21:35 03169_display_column_names_in_footer: [ OK ] 8.78 sec.
2026-04-30 16:21:36 00177_inserts_through_http_parts: [ OK ] 8.59 sec.
2026-04-30 16:21:39 02523_range_const_start: [ OK ] 2.78 sec.
2026-04-30 16:21:43 01353_low_cardinality_join_types: [ OK ] 21.38 sec.
2026-04-30 16:21:44 01356_state_resample: [ OK ] 7.74 sec.
2026-04-30 16:21:46 02906_flatten_only_true_nested: [ OK ] 6.17 sec.
2026-04-30 16:21:51 02205_map_populate_series_non_const: [ OK ] 51.39 sec.
2026-04-30 16:21:52 01451_wrong_error_long_query: [ OK ] 7.02 sec.
2026-04-30 16:22:00 00916_join_using_duplicate_columns: [ OK ] 16.71 sec.
2026-04-30 16:22:06 01442_date_time_with_params: [ OK ] 43.76 sec.
2026-04-30 16:22:10 02864_profile_event_part_lock: [ OK ] 4.18 sec.
2026-04-30 16:22:12 00311_array_primary_key: [ OK ] 11.60 sec.
2026-04-30 16:22:13 01825_new_type_json_multiple_files: [ OK ] 84.86 sec.
2026-04-30 16:22:15 02181_sql_user_defined_functions_invalid_lambda: [ OK ] 1.84 sec.
2026-04-30 16:22:17 00715_fetch_merged_or_mutated_part_zookeeper: [ OK ] 52.52 sec.
2026-04-30 16:22:17 02721_parquet_field_not_found: [ OK ] 5.96 sec.
2026-04-30 16:22:18 02366_kql_func_math: [ OK ] 4.56 sec.
2026-04-30 16:22:20 01389_filter_by_virtual_columns: [ OK ] 3.95 sec.
2026-04-30 16:22:21 02831_trash: [ OK ] 3.06 sec.
2026-04-30 16:22:25 02922_respect_nulls_parser: [ OK ] 7.26 sec.
2026-04-30 16:22:26 01018_ddl_dictionaries_select: [ OK ] 35.25 sec.
2026-04-30 16:22:26 02833_sparse_columns_tuple_function: [ OK ] 6.33 sec.
2026-04-30 16:22:27 02114_bool_type: [ OK ] 5.35 sec.
2026-04-30 16:22:45 02922_respect_nulls_Nullable: [ OK ] 20.12 sec.
2026-04-30 16:22:48 03019_numbers_pretty: [ OK ] 2.64 sec.
2026-04-30 16:22:49 01083_window_view_select: [ OK ] 57.68 sec.
2026-04-30 16:22:53 01553_datetime64_comparison: [ OK ] 3.39 sec.
2026-04-30 16:22:56 02972_parallel_replicas_cte: [ OK ] 28.54 sec.
2026-04-30 16:22:57 00916_add_materialized_column_after: [ OK ] 3.25 sec.
2026-04-30 16:22:59 02353_compression_level: [ OK ] 65.64 sec.
2026-04-30 16:23:02 00581_limit_on_result_and_subquery_and_insert: [ OK ] 5.36 sec.
2026-04-30 16:23:10 02097_remove_sample_by: [ OK ] 12.24 sec.
2026-04-30 16:23:13 02458_key_condition_not_like_prefix: [ OK ] 13.41 sec.
2026-04-30 16:23:14 01825_type_json_missed_values: [ OK ] 11.09 sec.
2026-04-30 16:23:14 03038_nested_dynamic_merges_compact_horizontal: [ SKIPPED ] 0.00 sec.
2026-04-30 16:23:14 Reason: not running for current build
2026-04-30 16:23:19 02688_aggregate_states: [ OK ] 8.98 sec.
2026-04-30 16:23:21 03144_invalid_filter: [ OK ] 6.97 sec.
2026-04-30 16:23:30 02841_parallel_final_wrong_columns_order: [ OK ] 71.56 sec.
2026-04-30 16:23:39 02126_fix_filelog: [ OK ] 17.37 sec.
API: SYSTEM.config
Time: 15:23:41 UTC 04/30/2026
DeploymentID: 2ab3a7e5-757d-4814-af2f-6971f06eb2b2
Error: unable to send webhook log entry to 'minio-http-audit-ch_audit_webhook' err 'http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString returned 'Post "http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString": context deadline exceeded', please check your endpoint configuration' (*fmt.wrapError)
4: internal/logger/logonce.go:64:logger.(*logOnceType).logOnceConsoleIf()
3: internal/logger/logonce.go:157:logger.LogOnceConsoleIf()
2: cmd/logging.go:132:cmd.configLogOnceConsoleIf()
1: internal/logger/target/http/http.go:416:http.(*Target).startQueueProcessor()
2026-04-30 16:23:49 02244_ip_address_invalid_insert: [ OK ] 17.88 sec.
2026-04-30 16:23:57 01259_dictionary_custom_settings_ddl: [ OK ] 6.87 sec.
2026-04-30 16:24:00 01851_s2_to_geo: [ OK ] 2.70 sec.
2026-04-30 16:24:01 01049_window_view_window_functions: [ OK ] 21.79 sec.
2026-04-30 16:24:06 02515_and_or_if_multiif_not_return_lc: [ OK ] 4.55 sec.
2026-04-30 16:24:17 01881_create_as_tuple: [ OK ] 16.40 sec.
2026-04-30 16:24:22 02015_async_inserts_7: [ OK ] 15.32 sec.
2026-04-30 16:25:03 02458_datediff_date32: [ OK ] 44.34 sec.
2026-04-30 16:25:19 02444_async_broken_outdated_part_loading: [ OK ] 54.72 sec.
2026-04-30 16:25:22 02294_dictionaries_hierarchical_index: [ OK ] 18.32 sec.
2026-04-30 16:25:29 03321_functions_to_subcolumns_skip_index: [ OK ] 6.77 sec.
2026-04-30 16:25:36 01531_query_log_query_comment: [ OK ] 141.55 sec.
2026-04-30 16:25:36 01103_check_cpu_instructions_at_startup: [ SKIPPED ] 0.00 sec.
2026-04-30 16:25:36 Reason: not running for current build
2026-04-30 16:25:43 01020_function_char: [ OK ] 6.06 sec.
2026-04-30 16:25:49 01825_type_json_15: [ OK ] 19.88 sec.
2026-04-30 16:25:53 01083_match_zero_byte: [ OK ] 9.73 sec.
2026-04-30 16:26:01 03010_view_prewhere_in: [ OK ] 6.83 sec.
2026-04-30 16:26:02 00059_shard_global_in: [ OK ] 12.33 sec.
2026-04-30 16:26:09 01165_lost_part_empty_partition: [ OK ] 199.20 sec.
2026-04-30 16:26:11 01019_materialized_view_select_extra_columns: [ OK ] 10.07 sec.
2026-04-30 16:26:13 00903_array_with_constant_function: [ OK ] 2.35 sec.
2026-04-30 16:26:18 02043_query_obfuscator_embedded_dictionaries: [ OK ] 4.47 sec.
2026-04-30 16:26:18 01472_toBoundsOfInterval_disallow_empty_tz_field: [ OK ] 14.79 sec.
2026-04-30 16:26:20 00725_join_on_bug_4: [ OK ] 8.58 sec.
2026-04-30 16:26:25 03003_prql_panic: [ OK ] 5.89 sec.
2026-04-30 16:26:28 02552_analyzer_optimize_group_by_function_keys_crash: [ OK ] 2.35 sec.
2026-04-30 16:26:33 02912_group_array_sample: [ OK ] 4.67 sec.
2026-04-30 16:26:42 01010_partial_merge_join_const_and_lc: [ OK ] 20.43 sec.
2026-04-30 16:26:43 02151_replace_regexp_all_empty_match_alternative: [ OK ] 9.44 sec.
2026-04-30 16:26:54 01926_date_date_time_supertype: [ OK ] 10.42 sec.
2026-04-30 16:27:26 00446_clear_column_in_partition_concurrent_zookeeper: [ OK ] 297.76 sec.
2026-04-30 16:27:43 01323_redundant_functions_in_order_by: [ OK ] 47.96 sec.
2026-04-30 16:27:46 Killing process group 63071
2026-04-30 16:27:46 Processes in process group 63071:
2026-04-30 16:27:46 63071 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/02346_read_in_order_fixed_prefix.sh > /tmp/clickhouse-test/0_stateless/02346_read_in_order_fixed_prefix.stdout 2> /tmp/clickhouse-test/0_stateless/02346_read_in_order_fixed_prefix.stderr
2026-04-30 16:27:46 63072 bash /usr/share/clickhouse-test/queries/0_stateless/02346_read_in_order_fixed_prefix.sh
2026-04-30 16:27:46 63116 python3 /usr/share/clickhouse-test/queries/0_stateless/02346_read_in_order_fixed_prefix.python
2026-04-30 16:27:46 Process group 63071 should be killed
2026-04-30 16:27:46 02346_read_in_order_fixed_prefix: [ FAIL ] 600.48 sec.
2026-04-30 16:27:46 Reason: Timeout!
2026-04-30 16:27:46 Settings used in the test: --max_insert_threads 2 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 66706 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 9720885 --max_read_buffer_size 625757 --prefer_localhost_replica 1 --max_block_size 81607 --max_joined_block_size_rows 52626 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 19 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 49800218 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 25 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 702353083 --min_compress_block_size 1597933 --max_compress_block_size 355509 --merge_tree_compact_parts_min_granules_to_multibuffer_read 21 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 7819970 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone America/Hermosillo --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.93 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 1 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0
2026-04-30 16:27:46
2026-04-30 16:27:46 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.04230238811977116 --prefer_fetch_merged_part_size_threshold 6780331064 --vertical_merge_algorithm_min_rows_to_activate 100465 --vertical_merge_algorithm_min_columns_to_activate 67 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10512704529 --index_granularity_bytes 11670323 --merge_max_block_size 12150 --index_granularity 60407 --min_bytes_for_wide_part 549142319 --marks_compress_block_size 77588 --primary_key_compress_block_size 9374 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 139987178 --compact_parts_max_bytes_to_buffer 381301841 --compact_parts_max_granules_to_buffer 256 --compact_parts_merge_max_bytes_to_prefetch_part 19892364 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 76 --old_parts_lifetime 480
2026-04-30 16:27:46
2026-04-30 16:27:46 Database: test_qhvsusjr
2026-04-30 16:27:58 03153_format_regexp_usability: [ OK ] 9.79 sec.
2026-04-30 16:27:58 02588_avro_date32_and_decimals: [ OK ] 12.21 sec.
2026-04-30 16:28:00 02661_read_from_archive_tar: [ OK ] 101.79 sec.
2026-04-30 16:28:07 01507_transform_null_in: [ OK ] 6.50 sec.
2026-04-30 16:28:08 03037_union_view: [ OK ] 10.15 sec.
2026-04-30 16:28:14 02017_columns_with_dot_2: [ OK ] 6.51 sec.
2026-04-30 16:28:17 00538_datediff_plural_units: [ OK ] 7.53 sec.
2026-04-30 16:28:22 01147_partial_merge_full_join: [ OK ] 98.66 sec.
2026-04-30 16:28:24 01766_todatetime64_no_timezone_arg: [ OK ] 2.07 sec.
2026-04-30 16:28:36 02883_read_in_reverse_order_virtual_column: [ OK ] 68.94 sec.
2026-04-30 16:28:38 02538_alter_rename_sequence: [ OK ] 21.21 sec.
2026-04-30 16:28:45 00938_dataset_test: [ OK ] 8.70 sec.
2026-04-30 16:28:51 03215_view_with_recursive: [ OK ] 51.42 sec.
2026-04-30 16:29:10 01788_update_nested_type_subcolumn_check: [ OK ] 55.68 sec.
2026-04-30 16:29:13 01512_create_replicate_merge_tree_one_arg: [ OK ] 2.46 sec.
2026-04-30 16:29:48 01890_state_of_state: [ OK ] 30.22 sec.
2026-04-30 16:29:49 02046_low_cardinality_parallel_group_by: [ OK ] 389.21 sec.
2026-04-30 16:29:54 02047_log_family_data_file_sizes: [ OK ] 65.60 sec.
2026-04-30 16:30:00 00534_exp10: [ OK ] 4.99 sec.
2026-04-30 16:30:14 03033_tupleIntXYZ_and_tupleModulo: [ OK ] 12.01 sec.
2026-04-30 16:30:16 01710_normal_projection_join_plan_fix: [ OK ] 27.61 sec.
2026-04-30 16:30:26 01662_join_mixed: [ OK ] 11.56 sec.
2026-04-30 16:30:26 00522_multidimensional: [ OK ] 121.18 sec.
2026-04-30 16:30:28 02251_alter_enum_nested_struct: [ OK ] 11.27 sec.
2026-04-30 16:30:39 01268_procfs_metrics: [ OK ] 10.20 sec.
2026-04-30 16:30:42 01249_flush_interactive: [ OK ] 14.85 sec.
2026-04-30 16:30:42 00974_primary_key_for_lowCardinality: [ OK ] 52.37 sec.
2026-04-30 16:30:44 01045_array_zip: [ OK ] 5.14 sec.
2026-04-30 16:30:47 00516_deduplication_after_drop_partition_zookeeper: [ OK ] 20.68 sec.
2026-04-30 16:30:48 01072_select_constant_limit: [ OK ] 3.04 sec.
2026-04-30 16:30:49 03116_analyzer_explicit_alias_as_column_name: [ OK ] 5.90 sec.
2026-04-30 16:30:49 02931_size_virtual_column_use_structure_from_insertion_table: [ OK ] 6.20 sec.
2026-04-30 16:30:55 03208_inconsistent_formatting_of_not_subquery: [ OK ] 5.22 sec.
2026-04-30 16:31:01 02556_local_with_totals_and_extremes: [ OK ] 6.07 sec.
2026-04-30 16:31:01 02177_issue_31009: [ SKIPPED ] 0.00 sec.
2026-04-30 16:31:01 Reason: not running for current build
2026-04-30 16:31:04 00950_default_prewhere: [ OK ] 16.20 sec.
2026-04-30 16:31:11 02342_window_view_different_struct: [ OK ] 22.71 sec.
2026-04-30 16:31:12 02233_HTTP_ranged: [ OK ] 10.83 sec.
2026-04-30 16:31:25 02384_analyzer_dict_get_join_get: [ OK ] 12.42 sec.
2026-04-30 16:31:25 01825_type_json_mutations: [ OK ] 13.51 sec.
2026-04-30 16:31:30 00680_duplicate_columns_inside_union_all: [ OK ] 3.43 sec.
2026-04-30 16:31:34 03284_json_object_as_tuple_duplicate_keys: [ OK ] 4.12 sec.
2026-04-30 16:31:34 00678_shard_funnel_window: [ OK ] 29.91 sec.
2026-04-30 16:31:39 02234_position_case_insensitive_utf8: [ OK ] 4.04 sec.
2026-04-30 16:31:44 01293_pretty_max_value_width: [ OK ] 9.35 sec.
2026-04-30 16:32:10 03033_set_index_in: [ OK ] 204.59 sec.
2026-04-30 16:32:11 02493_max_streams_for_merge_tree_reading: [ OK ] 198.83 sec.
2026-04-30 16:32:21 02154_bit_slice_for_fixedstring: [ OK ] 55.17 sec.
2026-04-30 16:32:25 02265_column_ttl: [ OK ] 93.14 sec.
2026-04-30 16:32:26 02377_modify_column_from_lc: [ OK ] 42.26 sec.
2026-04-30 16:32:33 01719_join_timezone: [ OK ] 7.37 sec.
2026-04-30 16:32:37 Killing process group 65792
2026-04-30 16:32:37 Processes in process group 65792:
2026-04-30 16:32:37 65792 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/02521_incorrect_dealy_for_insert_bug_44902.sh > /tmp/clickhouse-test/0_stateless/02521_incorrect_dealy_for_insert_bug_44902.stdout 2> /tmp/clickhouse-test/0_stateless/02521_incorrect_dealy_for_insert_bug_44902.stderr
2026-04-30 16:32:37 65793 bash /usr/share/clickhouse-test/queries/0_stateless/02521_incorrect_dealy_for_insert_bug_44902.sh
2026-04-30 16:32:37 69112 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_qgsif4cy --log_comment 02521_incorrect_dealy_for_insert_bug_44902.sh --max_insert_threads 2 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 12462256 --max_read_buffer_size 1027079 --prefer_localhost_replica 0 --max_block_size 92279 --max_joined_block_size_rows 33199 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 20 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 4824832 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method read --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 24 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 3857626906 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 17818705 --min_compress_block_size 537693 --max_compress_block_size 1234831 --merge_tree_compact_parts_min_granules_to_multibuffer_read 6 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 9473328 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.57 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 766653344 --index_granularity_bytes 25958114 --merge_max_block_size 2579 --index_granularity 55776 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 97950 --primary_key_compress_block_size 41587 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 54208831 --compact_parts_max_bytes_to_buffer 447984653 --compact_parts_max_granules_to_buffer 70 --compact_parts_merge_max_bytes_to_prefetch_part 10200107 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 64 --old_parts_lifetime 322 --allow_repeated_settings --client_logs_file=./client.fatal.log -q DROP TABLE test_02521_insert_delay
2026-04-30 16:32:37 Process group 65792 should be killed
2026-04-30 16:32:37 02521_incorrect_dealy_for_insert_bug_44902: [ FAIL ] 600.19 sec.
2026-04-30 16:32:37 Reason: Timeout! ########## Short fault info ############
2026-04-30 16:32:37 (version 24.8.14.10545.altinitytest (altinity build), build id: , git hash: ) (from thread 69112) Received signal 20
2026-04-30 16:32:37 Signal description: Stopped
2026-04-30 16:32:37 This is a signal used for debugging purposes by the user.
2026-04-30 16:32:37 Stack trace: 0x0000565373b99c2d 0x0000565374189767 0x00007f056469a520 0x00007f0564770bd0 0x000056536375f10c 0x000056538d3003d4 0x000056538d300836 0x0000565373e2a6dd 0x0000565385c7b5d9 0x0000565385c795ed 0x0000565385c754d0 0x0000565385c8d0d2 0x0000565385c8eedf 0x0000565385c9514b 0x0000565373fd8b27 0x000056538d372417 0x0000565373ff67cc 0x00005653637ef909 0x00007f0564681d90 0x00007f0564681e40 0x000056536372002e
2026-04-30 16:32:37 ########################################
2026-04-30 16:32:37 (version 24.8.14.10545.altinitytest (altinity build), build id: , git hash: ) (from thread 69112) (no query) Received signal Stopped (20)
2026-04-30 16:32:37 This is a signal used for debugging purposes by the user.
2026-04-30 16:32:37 Stack trace: 0x0000565373b99c2d 0x0000565374189767 0x00007f056469a520 0x00007f0564770bd0 0x000056536375f10c 0x000056538d3003d4 0x000056538d300836 0x0000565373e2a6dd 0x0000565385c7b5d9 0x0000565385c795ed 0x0000565385c754d0 0x0000565385c8d0d2 0x0000565385c8eedf 0x0000565385c9514b 0x0000565373fd8b27 0x000056538d372417 0x0000565373ff67cc 0x00005653637ef909 0x00007f0564681d90 0x00007f0564681e40 0x000056536372002e
2026-04-30 16:32:37
2026-04-30 16:32:37 Settings used in the test: --max_insert_threads 2 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 12462256 --max_read_buffer_size 1027079 --prefer_localhost_replica 0 --max_block_size 92279 --max_joined_block_size_rows 33199 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 20 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 4824832 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method read --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 24 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 3857626906 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 17818705 --min_compress_block_size 537693 --max_compress_block_size 1234831 --merge_tree_compact_parts_min_granules_to_multibuffer_read 6 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 9473328 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.57 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1
2026-04-30 16:32:37
2026-04-30 16:32:37 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 766653344 --index_granularity_bytes 25958114 --merge_max_block_size 2579 --index_granularity 55776 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 97950 --primary_key_compress_block_size 41587 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 54208831 --compact_parts_max_bytes_to_buffer 447984653 --compact_parts_max_granules_to_buffer 70 --compact_parts_merge_max_bytes_to_prefetch_part 10200107 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 64 --old_parts_lifetime 322
2026-04-30 16:32:37
2026-04-30 16:32:37 Database: test_qgsif4cy
2026-04-30 16:32:37 03098_prefer_column_to_alias_subquery: [ OK ] 10.11 sec.
2026-04-30 16:32:38 02810_row_binary_with_defaults: [ OK ] 4.10 sec.
2026-04-30 16:32:39 01825_type_json_1: [ OK ] 25.96 sec.
2026-04-30 16:32:43 02686_bson3: [ OK ] 2.94 sec.
2026-04-30 16:32:46 01125_dict_ddl_cannot_add_column: [ OK ] 5.35 sec.
2026-04-30 16:33:08 02994_merge_tree_mutations_cleanup: [ OK ] 24.47 sec.
2026-04-30 16:33:17 01339_client_unrecognized_option: [ OK ] 8.21 sec.
2026-04-30 16:33:42 00101_materialized_views_and_insert_without_explicit_database: [ OK ] 22.34 sec.
2026-04-30 16:33:47 00668_compare_arrays_silviucpp: [ OK ] 4.48 sec.
2026-04-30 16:34:05 02291_dictionary_scalar_subquery_reload: [ OK ] 17.77 sec.
2026-04-30 16:34:18 02967_fuzz_bad_cast: [ OK ] 7.36 sec.
2026-04-30 16:34:32 00851_http_insert_json_defaults: [ OK ] 13.77 sec.
2026-04-30 16:34:36 02921_fuzzbits_with_array_join: [ OK ] 2.65 sec.
2026-04-30 16:34:54 03035_dynamic_sorting: [ OK ] 17.30 sec.
2026-04-30 16:34:59 02372_analyzer_join: [ OK ] 579.54 sec.
2026-04-30 16:35:11 00753_distributed_system_columns_and_system_tables: [ OK ] 12.04 sec.
2026-04-30 16:35:16 02158_proportions_ztest: [ OK ] 4.69 sec.
2026-04-30 16:35:33 02922_respect_nulls_extensive: [ OK ] 38.21 sec.
2026-04-30 16:35:35 00900_long_parquet: [ OK ] 234.51 sec.
2026-04-30 16:35:39 02050_clickhouse_local_parsing_exception: [ OK ] 6.13 sec.
2026-04-30 16:35:46 01673_test_toMinute_mysql_dialect: [ OK ] 5.09 sec.
2026-04-30 16:35:59 01600_remerge_sort_lowered_memory_bytes_ratio: [ OK ] 200.14 sec.
2026-04-30 16:36:15 00444_join_use_nulls: [ OK ] 15.79 sec.
2026-04-30 16:36:24 02661_quantile_approx: [ OK ] 44.50 sec.
2026-04-30 16:36:40 02240_asof_join_biginteger: [ OK ] 23.90 sec.
2026-04-30 16:36:46 00738_lock_for_inner_table: [ OK ] 87.04 sec.
2026-04-30 16:36:52 01710_order_by_projections_incomplete: [ OK ] 11.12 sec.
2026-04-30 16:36:52 00234_disjunctive_equality_chains_optimization: [ OK ] 5.87 sec.
2026-04-30 16:37:01 02875_fix_column_decimal_serialization: [ OK ] 8.02 sec.
2026-04-30 16:37:04 01144_multiword_data_types: [ OK ] 11.32 sec.
2026-04-30 16:37:19 03095_join_filter_push_down_right_stream_filled: [ OK ] 14.28 sec.
2026-04-30 16:37:22 00566_enum_min_max: [ OK ] 2.63 sec.
2026-04-30 16:37:25 02950_reading_array_tuple_subcolumns: [ OK ] 98.09 sec.
2026-04-30 16:37:41 02245_s3_virtual_columns: [ OK ] 14.76 sec.
2026-04-30 16:37:45 01354_tuple_low_cardinality_array_mapped_bug: [ OK ] 3.90 sec.
2026-04-30 16:37:46 02561_sorting_constants_and_distinct_crash: [ OK ] 308.86 sec.
2026-04-30 16:37:48 02842_mutations_replace_non_deterministic: [ OK ] 80.57 sec.
2026-04-30 16:37:48 01411_xor_itai_shirav: [ OK ] 2.65 sec.
2026-04-30 16:38:06 00802_daylight_saving_time_shift_backwards_at_midnight: [ OK ] 17.58 sec.
2026-04-30 16:38:13 01532_having_with_totals: [ OK ] 24.14 sec.
2026-04-30 16:38:16 00626_replace_partition_from_table: [ OK ] 54.28 sec.
2026-04-30 16:38:17 02024_create_dictionary_with_comment: [ OK ] 9.77 sec.
2026-04-30 16:38:21 02731_nothing_deserialization: [ OK ] 3.92 sec.
2026-04-30 16:38:22 02554_format_json_columns_for_empty: [ OK ] 4.29 sec.
2026-04-30 16:38:28 01560_DateTime_and_DateTime64_comparision: [ OK ] 5.31 sec.
2026-04-30 16:38:38 01956_skip_unavailable_shards_excessive_attempts: [ OK ] 16.04 sec.
2026-04-30 16:38:41 00260_like_and_curly_braces: [ OK ] 28.44 sec.
2026-04-30 16:38:41 01682_gather_utils_ubsan: [ OK ] 2.21 sec.
2026-04-30 16:38:54 02286_tuple_numeric_identifier: [ OK ] 11.57 sec.
2026-04-30 16:39:03 03154_recursive_cte_distributed: [ OK ] 32.73 sec.
2026-04-30 16:39:06 02920_rename_column_of_skip_indices: [ OK ] 10.96 sec.
2026-04-30 16:39:08 01825_type_json_nbagames: [ OK ] 126.73 sec.
2026-04-30 16:39:11 02381_parse_array_of_tuples: [ OK ] 6.58 sec.
2026-04-30 16:39:12 00476_pretty_formats_and_widths: [ OK ] 4.63 sec.
2026-04-30 16:39:23 01021_only_tuple_columns: [ OK ] 13.58 sec.
2026-04-30 16:39:24 01659_test_base64Decode_mysql_compatibility: [ OK ] 1.58 sec.
2026-04-30 16:39:28 00458_merge_type_cast: [ OK ] 45.60 sec.
2026-04-30 16:39:29 03036_test_parquet_bloom_filter_push_down: [ OK ] 102.11 sec.
2026-04-30 16:39:35 03196_max_intersections_arena_crash: [ OK ] 5.89 sec.
2026-04-30 16:39:40 00143_number_classification_functions: [ OK ] 10.73 sec.
2026-04-30 16:39:41 02516_projections_with_rollup: [ OK ] 414.18 sec.
2026-04-30 16:39:41 01922_array_join_with_index: [ OK ] 5.04 sec.
2026-04-30 16:39:41 00041_big_array_join: [ OK ] 28.36 sec.
2026-04-30 16:39:44 02982_create_mv_inner_extra: [ OK ] 15.33 sec.
2026-04-30 16:39:44 03215_toStartOfWeek_with_dateTime64_fix: [ OK ] 2.34 sec.
2026-04-30 16:39:46 02364_window_case: [ OK ] 1.87 sec.
2026-04-30 16:39:47 01121_remote_scalar_subquery: [ OK ] 5.49 sec.
2026-04-30 16:39:51 03092_analyzer_same_table_name_in_different_databases: [ OK ] 4.98 sec.
2026-04-30 16:39:52 01268_mergine_sorted_limit: [ OK ] 4.76 sec.
2026-04-30 16:39:57 01323_add_scalars_in_time: [ OK ] 15.59 sec.
2026-04-30 16:39:58 01034_JSONCompactEachRow: [ OK ] 45.08 sec.
2026-04-30 16:39:58 02287_ephemeral_format_crash: [ OK ] 4.15 sec.
2026-04-30 16:39:59 01037_zookeeper_check_table_empty_pk: [ OK ] 7.24 sec.
2026-04-30 16:40:06 03164_early_constant_folding_analyzer: [ OK ] 6.06 sec.
2026-04-30 16:40:12 03199_merge_filters_bug: [ OK ] 24.96 sec.
2026-04-30 16:40:15 02427_mutate_and_zero_copy_replication_zookeeper: [ OK ] 15.08 sec.
2026-04-30 16:40:18 01043_categorical_iv: [ OK ] 19.83 sec.
2026-04-30 16:40:18 02575_merge_prewhere_materialized: [ OK ] 19.21 sec.
2026-04-30 16:40:22 00508_materialized_view_to: [ OK ] 9.41 sec.
2026-04-30 16:40:47 00900_orc_arrow_parquet_tuples: [ OK ] 40.51 sec.
2026-04-30 16:40:52 00265_http_content_type_format_timezone: [ OK ] 32.99 sec.
2026-04-30 16:40:56 00169_join_constant_keys: [ OK ] 3.73 sec.
2026-04-30 16:41:00 02004_max_hyperscan_regex_length: [ OK ] 37.83 sec.
2026-04-30 16:41:22 01699_timezoneOffset: [ OK ] 24.95 sec.
2026-04-30 16:41:22 02861_join_on_nullsafe_compare: [ OK ] 97.42 sec.
2026-04-30 16:41:33 01825_new_type_json_in_array: [ OK ] 32.04 sec.
2026-04-30 16:42:01 00437_nulls_first_last: [ OK ] 38.11 sec.
2026-04-30 16:42:02 00926_zookeeper_adaptive_index_granularity_replicated_merge_tree_long: [ OK ] 103.12 sec.
2026-04-30 16:42:08 02842_suggest_http_page_in_error_message: [ OK ] 6.04 sec.
2026-04-30 16:42:12 01852_s2_get_neighbours: [ OK ] 2.94 sec.
2026-04-30 16:42:16 02876_s3_cluster_schema_inference_names_with_spaces: [ OK ] 13.19 sec.
2026-04-30 16:42:22 Killing process group 69025
2026-04-30 16:42:22 Processes in process group 69025:
2026-04-30 16:42:22 69025 /bin/sh -c /usr/bin/clickhouse-client --log_comment '01300_group_by_other_keys_having.sql' --database=test_jsv4khz8 --send_logs_level=warning --multiquery --max_insert_threads 1 --group_by_two_level_threshold 964833 --group_by_two_level_threshold_bytes 13353371 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 5289748 --max_read_buffer_size 787949 --prefer_localhost_replica 0 --max_block_size 18939 --max_joined_block_size_rows 56938 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 4 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 1245895 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 14 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 1264322159 --min_compress_block_size 2023010 --max_compress_block_size 1328784 --merge_tree_compact_parts_min_granules_to_multibuffer_read 128 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 4468161 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.28 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 1 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 17687570 --merge_max_block_size 15395 --index_granularity 56909 --min_bytes_for_wide_part 130353802 --marks_compress_block_size 33640 --primary_key_compress_block_size 23525 --replace_long_file_name_to_hash 0 --max_file_name_length 16 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 127271420 --compact_parts_max_granules_to_buffer 256 --compact_parts_merge_max_bytes_to_prefetch_part 4007466 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 62 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log < /usr/share/clickhouse-test/queries/0_stateless/01300_group_by_other_keys_having.sql > /tmp/clickhouse-test/0_stateless/01300_group_by_other_keys_having.stdout 2> /tmp/clickhouse-test/0_stateless/01300_group_by_other_keys_having.stderr
2026-04-30 16:42:22 69026 /usr/bin/clickhouse-client --log_comment 01300_group_by_other_keys_having.sql --database=test_jsv4khz8 --send_logs_level=warning --multiquery --max_insert_threads 1 --group_by_two_level_threshold 964833 --group_by_two_level_threshold_bytes 13353371 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 5289748 --max_read_buffer_size 787949 --prefer_localhost_replica 0 --max_block_size 18939 --max_joined_block_size_rows 56938 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 4 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 1245895 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 14 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 1264322159 --min_compress_block_size 2023010 --max_compress_block_size 1328784 --merge_tree_compact_parts_min_granules_to_multibuffer_read 128 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 4468161 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.28 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 1 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 17687570 --merge_max_block_size 15395 --index_granularity 56909 --min_bytes_for_wide_part 130353802 --marks_compress_block_size 33640 --primary_key_compress_block_size 23525 --replace_long_file_name_to_hash 0 --max_file_name_length 16 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 127271420 --compact_parts_max_granules_to_buffer 256 --compact_parts_merge_max_bytes_to_prefetch_part 4007466 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 62 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log
2026-04-30 16:42:22 Process group 69025 should be killed
2026-04-30 16:42:22 01300_group_by_other_keys_having: [ FAIL ] 600.16 sec.
2026-04-30 16:42:22 Reason: Timeout! ########## Short fault info ############
2026-04-30 16:42:22 (version 24.8.14.10545.altinitytest (altinity build), build id: , git hash: ) (from thread 69026) Received signal 20
2026-04-30 16:42:22 Signal description: Stopped
2026-04-30 16:42:22 This is a signal used for debugging purposes by the user.
2026-04-30 16:42:22 Stack trace: 0x000055dd38809c2d 0x000055dd38df9767 0x00007f31b5ea9520 0x00007f31b5f7fbd0 0x000055dd283cf10c 0x000055dd51f703d4 0x000055dd51f70836 0x000055dd38a9a6dd 0x000055dd4a8eb5d9 0x000055dd4a8e95ed 0x000055dd4a8e54d0 0x000055dd4a8fd0d2 0x000055dd4a8feedf 0x000055dd4a9053fb 0x000055dd38c48b27 0x000055dd51fe2417 0x000055dd38c667cc 0x000055dd2845f909 0x00007f31b5e90d90 0x00007f31b5e90e40 0x000055dd2839002e
2026-04-30 16:42:22 ########################################
2026-04-30 16:42:22 (version 24.8.14.10545.altinitytest (altinity build), build id: , git hash: ) (from thread 69026) (no query) Received signal Stopped (20)
2026-04-30 16:42:22 This is a signal used for debugging purposes by the user.
2026-04-30 16:42:22 Stack trace: 0x000055dd38809c2d 0x000055dd38df9767 0x00007f31b5ea9520 0x00007f31b5f7fbd0 0x000055dd283cf10c 0x000055dd51f703d4 0x000055dd51f70836 0x000055dd38a9a6dd 0x000055dd4a8eb5d9 0x000055dd4a8e95ed 0x000055dd4a8e54d0 0x000055dd4a8fd0d2 0x000055dd4a8feedf 0x000055dd4a9053fb 0x000055dd38c48b27 0x000055dd51fe2417 0x000055dd38c667cc 0x000055dd2845f909 0x00007f31b5e90d90 0x00007f31b5e90e40 0x000055dd2839002e
2026-04-30 16:42:22 0.0. inlined from ./build_docker/./src/Common/StackTrace.cpp:349: StackTrace::tryCapture()
2026-04-30 16:42:22 0. ./build_docker/./src/Common/StackTrace.cpp:318: StackTrace::StackTrace(ucontext_t const&) @ 0x000000001ae2cc2d
2026-04-30 16:42:22 1.0. inlined from ./src/IO/WriteHelpers.h:83: void DB::writePODBinary(int const&, DB::WriteBuffer&)
2026-04-30 16:42:22 1.1. inlined from ./src/IO/WriteHelpers.h:1026: _ZN2DB11writeBinaryIiQ15is_arithmetic_vIT_EEEvRKS1_RNS_11WriteBufferE
2026-04-30 16:42:22 1. ./build_docker/./src/Common/SignalHandlers.cpp:103: signalHandler(int, siginfo_t*, void*) @ 0x000000001b41c767
2026-04-30 16:42:22 2. ? @ 0x00007f31b5ea9520
2026-04-30 16:42:22 3. ? @ 0x00007f31b5f7fbd0
2026-04-30 16:42:22 4. __interceptor_poll @ 0x000000000a9f210c
2026-04-30 16:42:22 5. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::pollImpl(Poco::Timespan&, int) @ 0x00000000345933d4
2026-04-30 16:42:22 6. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:506: Poco::Net::SocketImpl::poll(Poco::Timespan const&, int) @ 0x0000000034593836
2026-04-30 16:42:22 7. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:144: DB::ReadBufferFromPocoSocketBase::poll(unsigned long) const @ 0x000000001b0bd6dd
2026-04-30 16:42:22 8. ./build_docker/./src/Client/ClientBase.cpp:1138: DB::ClientBase::receiveResult(std::shared_ptr, int, bool) @ 0x000000002cf0e5d9
2026-04-30 16:42:22 9. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processOrdinaryQuery(String const&, std::shared_ptr) @ 0x000000002cf0c5ed
2026-04-30 16:42:22 10. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processParsedSingleQuery(String const&, String const&, std::shared_ptr, std::optional, bool) @ 0x000000002cf084d0
2026-04-30 16:42:22 11. ./build_docker/./src/Client/ClientBase.cpp:2277: DB::ClientBase::executeMultiQuery(String const&) @ 0x000000002cf200d2
2026-04-30 16:42:22 12. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processQueryText(String const&) @ 0x000000002cf21edf
2026-04-30 16:42:22
2026-04-30 16:42:22 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 964833 --group_by_two_level_threshold_bytes 13353371 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 5289748 --max_read_buffer_size 787949 --prefer_localhost_replica 0 --max_block_size 18939 --max_joined_block_size_rows 56938 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 4 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 1245895 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 14 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 1264322159 --min_compress_block_size 2023010 --max_compress_block_size 1328784 --merge_tree_compact_parts_min_granules_to_multibuffer_read 128 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 4468161 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.28 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 1 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1
2026-04-30 16:42:22
2026-04-30 16:42:22 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 17687570 --merge_max_block_size 15395 --index_granularity 56909 --min_bytes_for_wide_part 130353802 --marks_compress_block_size 33640 --primary_key_compress_block_size 23525 --replace_long_file_name_to_hash 0 --max_file_name_length 16 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 127271420 --compact_parts_max_granules_to_buffer 256 --compact_parts_merge_max_bytes_to_prefetch_part 4007466 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 62 --old_parts_lifetime 480
2026-04-30 16:42:22
2026-04-30 16:42:22 Database: test_jsv4khz8
2026-04-30 16:42:23 02915_lazy_loading_of_base_backups: [ OK ] 49.60 sec.
2026-04-30 16:42:25 01047_no_alias_columns_with_table_aliases: [ OK ] 12.24 sec.
2026-04-30 16:42:32 Killing process group 69071
2026-04-30 16:42:32 Processes in process group 69071:
2026-04-30 16:42:32 69071 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/01903_correct_block_size_prediction_with_default.sh > /tmp/clickhouse-test/0_stateless/01903_correct_block_size_prediction_with_default.stdout 2> /tmp/clickhouse-test/0_stateless/01903_correct_block_size_prediction_with_default.stderr
2026-04-30 16:42:32 69072 bash /usr/share/clickhouse-test/queries/0_stateless/01903_correct_block_size_prediction_with_default.sh
2026-04-30 16:42:32 71363 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_8acflbs8 --log_comment 01903_correct_block_size_prediction_with_default.sh --client_logs_file=./client.fatal.log --query=SELECT uniq(toUInt16OrNull(arrayFirst((v, k) -> (k = '4Id'), arr[2], arr[1]))) FROM test_extract PREWHERE 15Id < 4 SETTINGS max_threads=1 --query_id=c957f00d-a302-42b9-a561-45598ea8a7c7
2026-04-30 16:42:32 Process group 69071 should be killed
2026-04-30 16:42:32 01903_correct_block_size_prediction_with_default: [ FAIL ] 600.27 sec.
2026-04-30 16:42:32 Reason: Timeout! ########## Short fault info ############
2026-04-30 16:42:32 (version 24.8.14.10545.altinitytest (altinity build), build id: , git hash: ) (from thread 71363) Received signal 20
2026-04-30 16:42:32 Signal description: Stopped
2026-04-30 16:42:32 This is a signal used for debugging purposes by the user.
2026-04-30 16:42:32 Stack trace: 0x0000564cda8b2c2d 0x0000564cdaea2767 0x00007f0bfacb1520 0x00007f0bfad87bd0 0x0000564cca47810c 0x0000564cf40193d4 0x0000564cf4019836 0x0000564cdab436dd 0x0000564cec9945d9 0x0000564cec9925ed 0x0000564cec98e4d0 0x0000564cec9a60d2 0x0000564cec9a7edf 0x0000564cec9ae14b 0x0000564cdacf1b27 0x0000564cf408b417 0x0000564cdad0f7cc 0x0000564cca508909 0x00007f0bfac98d90 0x00007f0bfac98e40 0x0000564cca43902e
2026-04-30 16:42:32 ########################################
2026-04-30 16:42:32 (version 24.8.14.10545.altinitytest (altinity build), build id: , git hash: ) (from thread 71363) (no query) Received signal Stopped (20)
2026-04-30 16:42:32 This is a signal used for debugging purposes by the user.
2026-04-30 16:42:32 Stack trace: 0x0000564cda8b2c2d 0x0000564cdaea2767 0x00007f0bfacb1520 0x00007f0bfad87bd0 0x0000564cca47810c 0x0000564cf40193d4 0x0000564cf4019836 0x0000564cdab436dd 0x0000564cec9945d9 0x0000564cec9925ed 0x0000564cec98e4d0 0x0000564cec9a60d2 0x0000564cec9a7edf 0x0000564cec9ae14b 0x0000564cdacf1b27 0x0000564cf408b417 0x0000564cdad0f7cc 0x0000564cca508909 0x00007f0bfac98d90 0x00007f0bfac98e40 0x0000564cca43902e
2026-04-30 16:42:32 0.0. inlined from ./build_docker/./src/Common/StackTrace.cpp:349: StackTrace::tryCapture()
2026-04-30 16:42:32 0. ./build_docker/./src/Common/StackTrace.cpp:318: StackTrace::StackTrace(ucontext_t const&) @ 0x000000001ae2cc2d
2026-04-30 16:42:32 1.0. inlined from ./src/IO/WriteHelpers.h:83: void DB::writePODBinary(int const&, DB::WriteBuffer&)
2026-04-30 16:42:32 1.1. inlined from ./src/IO/WriteHelpers.h:1026: _ZN2DB11writeBinaryIiQ15is_arithmetic_vIT_EEEvRKS1_RNS_11WriteBufferE
2026-04-30 16:42:32 1. ./build_docker/./src/Common/SignalHandlers.cpp:103: signalHandler(int, siginfo_t*, void*) @ 0x000000001b41c767
2026-04-30 16:42:32 2. ? @ 0x00007f0bfacb1520
2026-04-30 16:42:32 3. ? @ 0x00007f0bfad87bd0
2026-04-30 16:42:32 4. __interceptor_poll @ 0x000000000a9f210c
2026-04-30 16:42:32 5. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::pollImpl(Poco::Timespan&, int) @ 0x00000000345933d4
2026-04-30 16:42:32 6. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:506: Poco::Net::SocketImpl::poll(Poco::Timespan const&, int) @ 0x0000000034593836
2026-04-30 16:42:32 7. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:144: DB::ReadBufferFromPocoSocketBase::poll(unsigned long) const @ 0x000000001b0bd6dd
2026-04-30 16:42:32 8. ./build_docker/./src/Client/ClientBase.cpp:1138: DB::ClientBase::receiveResult(std::shared_ptr, int, bool) @ 0x000000002cf0e5d9
2026-04-30 16:42:32 9. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processOrdinaryQuery(String const&, std::shared_ptr) @ 0x000000002cf0c5ed
2026-04-30 16:42:32 10. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processParsedSingleQuery(String const&, String const&, std::shared_ptr, std::optional, bool) @ 0x000000002cf084d0
2026-04-30 16:42:32 11. ./build_docker/./src/Client/ClientBase.cpp:2277: DB::ClientBase::executeMultiQuery(String const&) @ 0x000000002cf200d2
2026-04-30 16:42:32 12. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processQueryText(String const&) @ 0x000000002cf21edf
2026-04-30 16:42:32 13. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::runNonInteractive() @ 0x000000002cf2814b
2026-04-30 16:42:32 14. ./build_docker/./programs/client/Client.cpp:397: DB::Client::main(std::vector> const&) @ 0x000000001b26bb27
2026-04-30 16:42:32
2026-04-30 16:42:32
2026-04-30 16:42:32 Database: test_8acflbs8
2026-04-30 16:42:46 00251_has_types: [ OK ] 13.14 sec.
2026-04-30 16:42:57 01317_no_password_in_command_line: [ OK ] 31.69 sec.
2026-04-30 16:43:08 03447_grouping_sets_analyzer_const_columns: [ OK ] 20.81 sec.
2026-04-30 16:43:09 02518_parquet_arrow_orc_boolean_value: [ OK ] 10.16 sec.
2026-04-30 16:43:18 01755_shard_pruning_with_literal: [ OK ] 8.87 sec.
2026-04-30 16:43:20 02540_date_column_consistent_insert_behaviour: [ OK ] 61.57 sec.
2026-04-30 16:43:21 01925_merge_prewhere_table: [ OK ] 11.55 sec.
2026-04-30 16:43:33 02960_alter_table_part_query_parameter: [ OK ] 7.74 sec.
2026-04-30 16:43:39 00215_primary_key_order_zookeeper_long: [ OK ] 18.07 sec.
2026-04-30 16:43:43 02984_form_format: [ OK ] 23.03 sec.
2026-04-30 16:43:50 02500_remove_redundant_distinct_analyzer: [ OK ] 144.82 sec.
2026-04-30 16:43:51 01014_count_of_merges_metrics: [ OK ] 10.84 sec.
2026-04-30 16:44:46 01079_bad_alters_zookeeper_long: [ OK ] 55.53 sec.
2026-04-30 16:46:13 00534_functions_bad_arguments1: [ OK ] 356.13 sec.
2026-04-30 16:46:18 03222_json_squashing: [ OK ] 329.68 sec.
2026-04-30 16:46:33 03084_analyzer_join_column_alias: [ OK ] 15.47 sec.
2026-04-30 16:46:33 02160_h3_cell_area_m2: [ OK ] 14.91 sec.
2026-04-30 16:46:36 02414_all_new_table_functions_must_be_documented: [ OK ] 2.39 sec.
2026-04-30 16:46:40 01251_string_comparison: [ OK ] 5.02 sec.
2026-04-30 16:46:58 01381_for_each_with_states: [ OK ] 16.91 sec.
2026-04-30 16:47:18 01338_long_select_and_alter_zookeeper: [ OK ] 40.10 sec.
2026-04-30 16:47:25 03221_merge_profile_events: [ FAIL ] 301.88 sec.
2026-04-30 16:47:25 Reason: return code: 159
2026-04-30 16:47:25 [6453c5edcfdc] 2026.04.30 16:47:23.608594 [ 15392 ] {10197d42-a7b1-44fb-a066-39d767f96857} executeQuery: Code: 159. DB::Exception: Timeout exceeded (180 s) while flushing system log 'DB::SystemLogQueue'. (TIMEOUT_EXCEEDED) (version 24.8.14.10545.altinitytest (altinity build)) (from [::1]:52228) (comment: 03221_merge_profile_events.sql) (in query: SYSTEM FLUSH LOGS;), Stack trace (when copying this message, always include the lines below):
2026-04-30 16:47:25
2026-04-30 16:47:25 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000343c5254
2026-04-30 16:47:25 1. ./build_docker/./src/Common/Exception.cpp:111: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001adb62c9
2026-04-30 16:47:25 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x000000000aa94445
2026-04-30 16:47:25 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x000000000aa97e9a
2026-04-30 16:47:25 4. ./build_docker/./src/Common/SystemLogBase.cpp:166: DB::SystemLogQueue::waitFlush(long, bool) @ 0x000000001afa8229
2026-04-30 16:47:25 5. ./build_docker/./src/Interpreters/SystemLog.cpp:363: DB::SystemLogs::flush(bool) @ 0x00000000297f46f5
2026-04-30 16:47:25 6. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:726: DB::InterpreterSystemQuery::execute() @ 0x0000000029bfbb6e
2026-04-30 16:47:25 7. ./build_docker/./src/Interpreters/executeQuery.cpp:0: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000029b9507c
2026-04-30 16:47:25 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1397: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x0000000029b8e405
2026-04-30 16:47:25 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:612: DB::TCPHandler::runImpl() @ 0x000000002d1e4cec
2026-04-30 16:47:25 10. ./build_docker/./src/Server/TCPHandler.cpp:2527: DB::TCPHandler::run() @ 0x000000002d218c00
2026-04-30 16:47:25 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:57: Poco::Net::TCPServerConnection::start() @ 0x00000000345a29ef
2026-04-30 16:47:25 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:48: Poco::Net::TCPServerDispatcher::run() @ 0x00000000345a35d7
2026-04-30 16:47:25 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:219: Poco::PooledThread::run() @ 0x00000000344a5ceb
2026-04-30 16:47:25 14. ./base/poco/Foundation/include/Poco/SharedPtr.h:231: Poco::ThreadImpl::runnableEntry(void*) @ 0x000000003449fe48
2026-04-30 16:47:25 15. asan_thread_start(void*) @ 0x000000000aa49059
2026-04-30 16:47:25 16. ? @ 0x00007f9eaaf0fac3
2026-04-30 16:47:25 17. ? @ 0x00007f9eaafa1850
2026-04-30 16:47:25
2026-04-30 16:47:25 Received exception from server (version 24.8.14):
2026-04-30 16:47:25 Code: 159. DB::Exception: Received from localhost:9000. DB::Exception: Timeout exceeded (180 s) while flushing system log 'DB::SystemLogQueue'.. (TIMEOUT_EXCEEDED)
2026-04-30 16:47:25 (query: SYSTEM FLUSH LOGS;)
2026-04-30 16:47:25 , result:
2026-04-30 16:47:25
2026-04-30 16:47:25 Horizontal 1 20000 3 0 480000 1 1 1 1
2026-04-30 16:47:25
2026-04-30 16:47:25 stdout:
2026-04-30 16:47:25 Horizontal 1 20000 3 0 480000 1 1 1 1
2026-04-30 16:47:25
2026-04-30 16:47:25
2026-04-30 16:47:25
2026-04-30 16:47:25 Database: test_yefdyr7q
2026-04-30 16:47:27 02135_local_create_db: [ OK ] 8.66 sec.
2026-04-30 16:47:31 00082_append_trailing_char_if_absent: [ OK ] 4.26 sec.
2026-04-30 16:47:37 00538_datediff: [ OK ] 38.20 sec.
2026-04-30 16:48:01 01560_optimize_on_insert_zookeeper: [ OK ] 33.10 sec.
2026-04-30 16:48:16 01817_storage_buffer_parameters: [ OK ] 10.27 sec.
2026-04-30 16:48:21 00980_full_join_crash_fancyqlx: [ OK ] 40.70 sec.
2026-04-30 16:48:24 02675_grant_query_formatting: [ OK ] 5.49 sec.
2026-04-30 16:49:19 01720_country_perimeter_and_area: [ OK ] 57.25 sec.
2026-04-30 16:49:23 02294_system_certificates: [ OK ] 2.93 sec.
2026-04-30 16:49:34 01685_json_extract_double_as_float: [ OK ] 10.48 sec.
2026-04-30 16:49:42 02030_client_unknown_database: [ OK ] 7.31 sec.
2026-04-30 16:50:28 01377_supertype_low_cardinality: [ OK ] 42.58 sec.
2026-04-30 16:50:36 02422_read_numbers_as_strings: [ OK ] 7.69 sec.
2026-04-30 16:51:03 01655_plan_optimizations: [ OK ] 210.97 sec.
2026-04-30 16:51:14 03169_modify_column_data_loss: [ OK ] 10.02 sec.
2026-04-30 16:51:18 02668_parse_datetime_in_joda_syntax: [ OK ] 173.54 sec.
2026-04-30 16:51:30 01772_to_start_of_hour_align: [ OK ] 10.18 sec.
2026-04-30 16:51:30 03207_json_read_subcolumns_2_memory: [ SKIPPED ] 0.00 sec.
2026-04-30 16:51:30 Reason: not running for current build
2026-04-30 16:51:42 01825_type_json_5: [ OK ] 11.87 sec.
2026-04-30 16:51:46 00700_decimal_aggregates: [ OK ] 68.64 sec.
2026-04-30 16:51:47 01171_mv_select_insert_isolation_long: [ FAIL ] 483.89 sec.
2026-04-30 16:51:47 Reason: having stderror:
2026-04-30 16:51:47 12/15 : not enough iterations of select_insert_action has been made from 29 until 428
2026-04-30 16:51:47 13/15 : not enough iterations of select_insert_action has been made from 29 until 428
2026-04-30 16:51:47
2026-04-30 16:51:47 stdout:
2026-04-30 16:51:47
2026-04-30 16:51:47
2026-04-30 16:51:47 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 35837 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 6843692 --max_read_buffer_size 769791 --prefer_localhost_replica 1 --max_block_size 43082 --max_joined_block_size_rows 48809 --max_threads 1 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 98 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 32191259 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 50 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 15 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 2946251799 --min_compress_block_size 1438393 --max_compress_block_size 1558588 --merge_tree_compact_parts_min_granules_to_multibuffer_read 100 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 6191093 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone Africa/Malabo --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.41 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 1 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1
2026-04-30 16:51:47
2026-04-30 16:51:47 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 3975732416 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 27885418 --merge_max_block_size 12458 --index_granularity 14198 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 16306 --primary_key_compress_block_size 57267 --replace_long_file_name_to_hash 0 --max_file_name_length 21 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 229482723 --compact_parts_max_granules_to_buffer 141 --compact_parts_merge_max_bytes_to_prefetch_part 13577421 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 237
2026-04-30 16:51:47
2026-04-30 16:51:47 Database: test_63z7yz6m
2026-04-30 16:51:55 03146_bug47862: [ OK ] 6.61 sec.
2026-04-30 16:51:56 01825_type_json_ephemeral: [ OK ] 12.91 sec.
2026-04-30 16:51:58 00409_shard_limit_by: [ OK ] 42.39 sec.
2026-04-30 16:52:06 01051_same_name_alias_with_joins: [ OK ] 9.40 sec.
2026-04-30 16:52:11 02518_delete_on_materialized_view: [ OK ] 12.53 sec.
2026-04-30 16:52:14 00619_union_highlite: [ OK ] 7.24 sec.
2026-04-30 16:52:33 00191_aggregating_merge_tree_and_final: [ OK ] 20.08 sec.
2026-04-30 16:52:33 01551_mergetree_read_in_order_spread: [ OK ] 18.19 sec.
2026-04-30 16:52:34 Killing process group 71726
2026-04-30 16:52:34 Processes in process group 71726:
2026-04-30 16:52:34 71726 /bin/sh -c /usr/bin/clickhouse-client --log_comment '03164_adapting_parquet_reader_output_size.sql' --database=test_c9bl70fa --send_logs_level=warning --multiquery --client_logs_file=./client.fatal.log < /usr/share/clickhouse-test/queries/0_stateless/03164_adapting_parquet_reader_output_size.sql > /tmp/clickhouse-test/0_stateless/03164_adapting_parquet_reader_output_size.stdout 2> /tmp/clickhouse-test/0_stateless/03164_adapting_parquet_reader_output_size.stderr
2026-04-30 16:52:34 71727 /usr/bin/clickhouse-client --log_comment 03164_adapting_parquet_reader_output_size.sql --database=test_c9bl70fa --send_logs_level=warning --multiquery --client_logs_file=./client.fatal.log
2026-04-30 16:52:34 Process group 71726 should be killed
2026-04-30 16:52:34 03164_adapting_parquet_reader_output_size: [ FAIL ] 600.41 sec.
2026-04-30 16:52:34 Reason: Timeout! ########## Short fault info ############
2026-04-30 16:52:34 (version 24.8.14.10545.altinitytest (altinity build), build id: , git hash: ) (from thread 71727) Received signal 20
2026-04-30 16:52:34 Signal description: Stopped
2026-04-30 16:52:34 This is a signal used for debugging purposes by the user.
2026-04-30 16:52:34 Stack trace: 0x000056218db09c2d 0x000056218e0f9767 0x00007f3c5622a520 0x00007f3c56300bd0 0x000056217d6cf10c 0x00005621a72703d4 0x00005621a7270836 0x000056218dd9a6dd 0x000056219fbeb5d9 0x000056219fbe95ed 0x000056219fbe54d0 0x000056219fbfd0d2 0x000056219fbfeedf 0x000056219fc053fb 0x000056218df48b27 0x00005621a72e2417 0x000056218df667cc 0x000056217d75f909 0x00007f3c56211d90 0x00007f3c56211e40 0x000056217d69002e
2026-04-30 16:52:34 ########################################
2026-04-30 16:52:34 (version 24.8.14.10545.altinitytest (altinity build), build id: , git hash: ) (from thread 71727) (no query) Received signal Stopped (20)
2026-04-30 16:52:34 This is a signal used for debugging purposes by the user.
2026-04-30 16:52:34 Stack trace: 0x000056218db09c2d 0x000056218e0f9767 0x00007f3c5622a520 0x00007f3c56300bd0 0x000056217d6cf10c 0x00005621a72703d4 0x00005621a7270836 0x000056218dd9a6dd 0x000056219fbeb5d9 0x000056219fbe95ed 0x000056219fbe54d0 0x000056219fbfd0d2 0x000056219fbfeedf 0x000056219fc053fb 0x000056218df48b27 0x00005621a72e2417 0x000056218df667cc 0x000056217d75f909 0x00007f3c56211d90 0x00007f3c56211e40 0x000056217d69002e
2026-04-30 16:52:34 0.0. inlined from ./build_docker/./src/Common/StackTrace.cpp:349: StackTrace::tryCapture()
2026-04-30 16:52:34 0. ./build_docker/./src/Common/StackTrace.cpp:318: StackTrace::StackTrace(ucontext_t const&) @ 0x000000001ae2cc2d
2026-04-30 16:52:34 1.0. inlined from ./src/IO/WriteHelpers.h:83: void DB::writePODBinary(int const&, DB::WriteBuffer&)
2026-04-30 16:52:34 1.1. inlined from ./src/IO/WriteHelpers.h:1026: _ZN2DB11writeBinaryIiQ15is_arithmetic_vIT_EEEvRKS1_RNS_11WriteBufferE
2026-04-30 16:52:34 1. ./build_docker/./src/Common/SignalHandlers.cpp:103: signalHandler(int, siginfo_t*, void*) @ 0x000000001b41c767
2026-04-30 16:52:34 2. ? @ 0x00007f3c5622a520
2026-04-30 16:52:34 3. ? @ 0x00007f3c56300bd0
2026-04-30 16:52:34 4. __interceptor_poll @ 0x000000000a9f210c
2026-04-30 16:52:34 5. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::pollImpl(Poco::Timespan&, int) @ 0x00000000345933d4
2026-04-30 16:52:34 6. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:506: Poco::Net::SocketImpl::poll(Poco::Timespan const&, int) @ 0x0000000034593836
2026-04-30 16:52:34 7. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:144: DB::ReadBufferFromPocoSocketBase::poll(unsigned long) const @ 0x000000001b0bd6dd
2026-04-30 16:52:34 8. ./build_docker/./src/Client/ClientBase.cpp:1138: DB::ClientBase::receiveResult(std::shared_ptr, int, bool) @ 0x000000002cf0e5d9
2026-04-30 16:52:34 9. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processOrdinaryQuery(String const&, std::shared_ptr) @ 0x000000002cf0c5ed
2026-04-30 16:52:34 10. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processParsedSingleQuery(String const&, String const&, std::shared_ptr, std::optional, bool) @ 0x000000002cf084d0
2026-04-30 16:52:34 11. ./build_docker/./src/Client/ClientBase.cpp:2277: DB::ClientBase::executeMultiQuery(String const&) @ 0x000000002cf200d2
2026-04-30 16:52:34 12. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processQueryText(String const&) @ 0x000000002cf21edf
2026-04-30 16:52:34 13.0. inlined from ./contrib/llvm-project/libcxx/include/string:1499: String::__is_long[abi:v15007]() const
2026-04-30 16:52:34 13.1. inlined from ./contrib/llvm-project/libcxx/include/string:2333: ~basic_string
2026-04-30 16:52:34 13. ./build_docker/./src/Client/ClientBase.cpp:2748: DB::ClientBase::runNonInteractive() @ 0x000000002cf283fb
2026-04-30 16:52:34 14. ./build_docker/./programs/client/Client.cpp:397: DB::Client::main(std::vector> const&) @ 0x000000001b26bb27
2026-04-30 16:52:34 15. ./build_docker/./base/poco/Util/src/Application.cpp:0: Poco::Util::Application::run() @ 0x0000000034605417
2026-04-30 16:52:34 16. ./build_docker/./programs/client/Client.cpp:0: mainEntryClickHouseClient(int, char**) @ 0x000000001b2897cc
2026-04-30 16:52:34 17. ./build_docker/./programs/main.cpp:0: main @ 0x000000000aa82909
2026-04-30 16:52:34 18. ? @ 0x00007f3c56211d90
2026-04-30 16:52:34 19. ? @ 0x00007f3c56211e40
2026-04-30 16:52:34
2026-04-30 16:52:34
2026-04-30 16:52:34 Database: test_c9bl70fa
2026-04-30 16:52:38 02371_create_temporary_table_as_with_columns_list: [ OK ] 4.25 sec.
2026-04-30 16:52:43 01710_projection_external_aggregate: [ OK ] 47.51 sec.
2026-04-30 16:52:45 03165_order_by_duplicate: [ OK ] 5.41 sec.
2026-04-30 16:52:51 02053_INSERT_SELECT_MATERIALIZED: [ OK ] 14.08 sec.
2026-04-30 16:52:56 02918_template_format_deadlock: [ OK ] 9.39 sec.
2026-04-30 16:53:11 02012_zookeeper_changed_enum_type: [ OK ] 18.86 sec.
2026-04-30 16:53:14 00432_aggregate_function_scalars_and_constants: [ OK ] 38.98 sec.
2026-04-30 16:53:17 01650_expressions_merge_bug: [ OK ] 4.60 sec.
2026-04-30 16:53:17 03208_array_of_json_read_subcolumns_2_memory: [ SKIPPED ] 0.00 sec.
2026-04-30 16:53:17 Reason: not running for current build
2026-04-30 16:53:25 00938_fix_rwlock_segfault_long: [ OK ] 592.21 sec.
2026-04-30 16:53:28 00462_json_true_false_literals: [ OK ] 10.45 sec.
2026-04-30 16:53:43 03156_default_multiquery_split: [ OK ] 16.59 sec.
2026-04-30 16:53:50 02178_column_function_insert_from: [ OK ] 6.45 sec.
2026-04-30 16:54:01 Killing process group 72302
2026-04-30 16:54:01 Processes in process group 72302:
2026-04-30 16:54:01 72302 /bin/sh -c /usr/bin/clickhouse-client --log_comment '01721_join_implicit_cast_long.gen.sql' --database=test_sqatrd3b --send_logs_level=warning --multiquery --max_insert_threads 3 --group_by_two_level_threshold 880025 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 20906920 --max_read_buffer_size 907257 --prefer_localhost_replica 0 --max_block_size 64518 --max_joined_block_size_rows 53146 --max_threads 3 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 75 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 30158573 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 8008476800 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 14 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 9735861020 --max_bytes_before_external_group_by 8675130005 --max_bytes_before_remerge_sort 2602319052 --min_compress_block_size 1091264 --max_compress_block_size 2482209 --merge_tree_compact_parts_min_granules_to_multibuffer_read 23 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 6276747 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone America/Hermosillo --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.71 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 0 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 2212536 --merge_max_block_size 11272 --index_granularity 279 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 85973 --primary_key_compress_block_size 60509 --replace_long_file_name_to_hash 1 --max_file_name_length 56 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 195626601 --compact_parts_max_granules_to_buffer 157 --compact_parts_merge_max_bytes_to_prefetch_part 16122778 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 14 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log < /usr/share/clickhouse-test/queries/0_stateless/01721_join_implicit_cast_long.gen.sql > /tmp/clickhouse-test/0_stateless/01721_join_implicit_cast_long.gen.stdout 2> /tmp/clickhouse-test/0_stateless/01721_join_implicit_cast_long.gen.stderr
2026-04-30 16:54:01 72303 /usr/bin/clickhouse-client --log_comment 01721_join_implicit_cast_long.gen.sql --database=test_sqatrd3b --send_logs_level=warning --multiquery --max_insert_threads 3 --group_by_two_level_threshold 880025 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 20906920 --max_read_buffer_size 907257 --prefer_localhost_replica 0 --max_block_size 64518 --max_joined_block_size_rows 53146 --max_threads 3 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 75 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 30158573 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 8008476800 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 14 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 9735861020 --max_bytes_before_external_group_by 8675130005 --max_bytes_before_remerge_sort 2602319052 --min_compress_block_size 1091264 --max_compress_block_size 2482209 --merge_tree_compact_parts_min_granules_to_multibuffer_read 23 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 6276747 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone America/Hermosillo --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.71 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 0 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 2212536 --merge_max_block_size 11272 --index_granularity 279 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 85973 --primary_key_compress_block_size 60509 --replace_long_file_name_to_hash 1 --max_file_name_length 56 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 195626601 --compact_parts_max_granules_to_buffer 157 --compact_parts_merge_max_bytes_to_prefetch_part 16122778 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 14 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log
2026-04-30 16:54:01 Process group 72302 should be killed
2026-04-30 16:54:01 01721_join_implicit_cast_long: [ FAIL ] 600.16 sec.
2026-04-30 16:54:01 Reason: Timeout! ########## Short fault info ############
2026-04-30 16:54:01 (version 24.8.14.10545.altinitytest (altinity build), build id: , git hash: ) (from thread 72303) Received signal 20
2026-04-30 16:54:01 Signal description: Stopped
2026-04-30 16:54:01 This is a signal used for debugging purposes by the user.
2026-04-30 16:54:01 Stack trace: 0x00005639d719ec2d 0x00005639d778e767 0x00007f8eede70520 0x00007f8eedf46bd0 0x00005639c6d6410c 0x00005639f09053d4 0x00005639f0905836 0x00005639d742f6dd 0x00005639e92805d9 0x00005639e927e5ed 0x00005639e927a4d0 0x00005639e92920d2 0x00005639e9293edf 0x00005639e929a3fb 0x00005639d75ddb27 0x00005639f0977417 0x00005639d75fb7cc 0x00005639c6df4909 0x00007f8eede57d90 0x00007f8eede57e40 0x00005639c6d2502e
2026-04-30 16:54:01 ########################################
2026-04-30 16:54:01 (version 24.8.14.10545.altinitytest (altinity build), build id: , git hash: ) (from thread 72303) (no query) Received signal Stopped (20)
2026-04-30 16:54:01 This is a signal used for debugging purposes by the user.
2026-04-30 16:54:01 Stack trace: 0x00005639d719ec2d 0x00005639d778e767 0x00007f8eede70520 0x00007f8eedf46bd0 0x00005639c6d6410c 0x00005639f09053d4 0x00005639f0905836 0x00005639d742f6dd 0x00005639e92805d9 0x00005639e927e5ed 0x00005639e927a4d0 0x00005639e92920d2 0x00005639e9293edf 0x00005639e929a3fb 0x00005639d75ddb27 0x00005639f0977417 0x00005639d75fb7cc 0x00005639c6df4909 0x00007f8eede57d90 0x00007f8eede57e40 0x00005639c6d2502e
2026-04-30 16:54:01 0.0. inlined from ./build_docker/./src/Common/StackTrace.cpp:349: StackTrace::tryCapture()
2026-04-30 16:54:01 0. ./build_docker/./src/Common/StackTrace.cpp:318: StackTrace::StackTrace(ucontext_t const&) @ 0x000000001ae2cc2d
2026-04-30 16:54:01 1.0. inlined from ./src/IO/WriteHelpers.h:83: void DB::writePODBinary(int const&, DB::WriteBuffer&)
2026-04-30 16:54:01 1.1. inlined from ./src/IO/WriteHelpers.h:1026: _ZN2DB11writeBinaryIiQ15is_arithmetic_vIT_EEEvRKS1_RNS_11WriteBufferE
2026-04-30 16:54:01 1. ./build_docker/./src/Common/SignalHandlers.cpp:103: signalHandler(int, siginfo_t*, void*) @ 0x000000001b41c767
2026-04-30 16:54:01 2. ? @ 0x00007f8eede70520
2026-04-30 16:54:01 3. ? @ 0x00007f8eedf46bd0
2026-04-30 16:54:01 4. __interceptor_poll @ 0x000000000a9f210c
2026-04-30 16:54:01 5. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::pollImpl(Poco::Timespan&, int) @ 0x00000000345933d4
2026-04-30 16:54:01 6. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:506: Poco::Net::SocketImpl::poll(Poco::Timespan const&, int) @ 0x0000000034593836
2026-04-30 16:54:01 7. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:144: DB::ReadBufferFromPocoSocketBase::poll(unsigned long) const @ 0x000000001b0bd6dd
2026-04-30 16:54:01 8. ./build_docker/./src/Client/ClientBase.cpp:1138: DB::ClientBase::receiveResult(std::shared_ptr, int, bool) @ 0x000000002cf0e5d9
2026-04-30 16:54:01 9. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processOrdinaryQuery(String const&, std::shared_ptr) @ 0x000000002cf0c5ed
2026-04-30 16:54:01 10. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processParsedSingleQuery(String const&, String const&, std::shared_ptr, std::optional, bool) @ 0x000000002cf084d0
2026-04-30 16:54:01 11. ./build_docker/./src/Client/ClientBase.cpp:2277: DB::ClientBase::executeMultiQuery(String const&) @ 0x000000002cf200d2
2026-04-30 16:54:01 12. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processQueryText(String const&) @ 0x000000002cf21edf
2026-04-30 16:54:01 13.0. inlined from ./contrib/llvm-project/libcxx/include/string:1499: String::__is_long[abi:v15007]() const
2026-04-30 16:54:01 13.1. inlined from ./contrib/llvm-project/libcxx/include/string:2333: ~basic_string
2026-04-30 16:54:01 13. ./build_docker/./src/Client/ClientBase.cpp:2748: DB::ClientBase::runNonInteractive() @ 0x000000002cf283fb
2026-04-30 16:54:01
2026-04-30 16:54:01 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 880025 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 20906920 --max_read_buffer_size 907257 --prefer_localhost_replica 0 --max_block_size 64518 --max_joined_block_size_rows 53146 --max_threads 3 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 75 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 30158573 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 8008476800 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 14 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 9735861020 --max_bytes_before_external_group_by 8675130005 --max_bytes_before_remerge_sort 2602319052 --min_compress_block_size 1091264 --max_compress_block_size 2482209 --merge_tree_compact_parts_min_granules_to_multibuffer_read 23 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 6276747 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone America/Hermosillo --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.71 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 0 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1
2026-04-30 16:54:01
2026-04-30 16:54:01 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 2212536 --merge_max_block_size 11272 --index_granularity 279 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 85973 --primary_key_compress_block_size 60509 --replace_long_file_name_to_hash 1 --max_file_name_length 56 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 195626601 --compact_parts_max_granules_to_buffer 157 --compact_parts_merge_max_bytes_to_prefetch_part 16122778 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 14 --old_parts_lifetime 480
2026-04-30 16:54:01
2026-04-30 16:54:01 Database: test_sqatrd3b
2026-04-30 16:54:07 02834_timestamp_function: [ OK ] 14.49 sec.
2026-04-30 16:54:10 02514_bad_index_granularity: [ OK ] 2.69 sec.
2026-04-30 16:54:19 01710_projection_optimize_group_by_function_keys: [ OK ] 9.38 sec.
2026-04-30 16:54:34 01710_normal_projections: [ OK ] 78.36 sec.
2026-04-30 16:54:39 02526_kv_engine_different_filter_type: [ OK ] 18.48 sec.
2026-04-30 16:54:43 02923_join_use_nulls_modulo: [ OK ] 8.84 sec.
2026-04-30 16:54:48 03041_dynamic_type_check_table: [ OK ] 124.40 sec.
2026-04-30 16:54:48 01731_async_task_queue_wait: [ OK ] 7.55 sec.
2026-04-30 16:54:51 02426_orc_bug: [ OK ] 7.41 sec.
2026-04-30 16:54:51 00007_array: [ OK ] 2.40 sec.
2026-04-30 16:54:56 01470_columns_transformers2: [ OK ] 6.94 sec.
2026-04-30 16:54:57 01065_if_not_finite: [ OK ] 5.24 sec.
2026-04-30 16:55:00 Killing process group 72644
2026-04-30 16:55:00 Processes in process group 72644:
2026-04-30 16:55:00 72644 /bin/sh -c /usr/bin/clickhouse-client --log_comment '00223_shard_distributed_aggregation_memory_efficient.sql' --database=test_7f82ahps --send_logs_level=warning --multiquery --max_insert_threads 3 --group_by_two_level_threshold 609394 --group_by_two_level_threshold_bytes 23435219 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 1991622 --max_read_buffer_size 884908 --prefer_localhost_replica 0 --max_block_size 67473 --max_joined_block_size_rows 78135 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 10 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 19243221 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method mmap --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 6 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 2630296216 --min_compress_block_size 2205908 --max_compress_block_size 1471429 --merge_tree_compact_parts_min_granules_to_multibuffer_read 9 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 10195474 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Juba --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.55 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 1 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.03826249691385686 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10132991404 --index_granularity_bytes 24703413 --merge_max_block_size 15127 --index_granularity 24552 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 71174 --primary_key_compress_block_size 90873 --replace_long_file_name_to_hash 1 --max_file_name_length 36 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 427829097 --compact_parts_max_granules_to_buffer 226 --compact_parts_merge_max_bytes_to_prefetch_part 8433405 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 10 --allow_repeated_settings --client_logs_file=./client.fatal.log < /usr/share/clickhouse-test/queries/0_stateless/00223_shard_distributed_aggregation_memory_efficient.sql > /tmp/clickhouse-test/0_stateless/00223_shard_distributed_aggregation_memory_efficient.stdout 2> /tmp/clickhouse-test/0_stateless/00223_shard_distributed_aggregation_memory_efficient.stderr
2026-04-30 16:55:00 72645 /usr/bin/clickhouse-client --log_comment 00223_shard_distributed_aggregation_memory_efficient.sql --database=test_7f82ahps --send_logs_level=warning --multiquery --max_insert_threads 3 --group_by_two_level_threshold 609394 --group_by_two_level_threshold_bytes 23435219 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 1991622 --max_read_buffer_size 884908 --prefer_localhost_replica 0 --max_block_size 67473 --max_joined_block_size_rows 78135 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 10 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 19243221 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method mmap --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 6 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 2630296216 --min_compress_block_size 2205908 --max_compress_block_size 1471429 --merge_tree_compact_parts_min_granules_to_multibuffer_read 9 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 10195474 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Juba --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.55 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 1 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.03826249691385686 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10132991404 --index_granularity_bytes 24703413 --merge_max_block_size 15127 --index_granularity 24552 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 71174 --primary_key_compress_block_size 90873 --replace_long_file_name_to_hash 1 --max_file_name_length 36 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 427829097 --compact_parts_max_granules_to_buffer 226 --compact_parts_merge_max_bytes_to_prefetch_part 8433405 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 10 --allow_repeated_settings --client_logs_file=./client.fatal.log
2026-04-30 16:55:00 Process group 72644 should be killed
2026-04-30 16:55:00 00223_shard_distributed_aggregation_memory_efficient: [ FAIL ] 601.84 sec.
2026-04-30 16:55:00 Reason: Timeout! ########## Short fault info ############
2026-04-30 16:55:00 (version 24.8.14.10545.altinitytest (altinity build), build id: , git hash: ) (from thread 72645) Received signal 20
2026-04-30 16:55:00 Signal description: Stopped
2026-04-30 16:55:00 This is a signal used for debugging purposes by the user.
2026-04-30 16:55:00 Stack trace: 0x0000555f69578c2d 0x0000555f69b68767 0x00007f0c0704d520 0x00007f0c07123bd0 0x0000555f5913e10c 0x0000555f82cdf3d4 0x0000555f82cdf836 0x0000555f698096dd 0x0000555f7b65a5d9 0x0000555f7b6585ed 0x0000555f7b6544d0 0x0000555f7b66c0d2 0x0000555f7b66dedf 0x0000555f7b6743fb 0x0000555f699b7b27 0x0000555f82d51417 0x0000555f699d57cc 0x0000555f591ce909 0x00007f0c07034d90 0x00007f0c07034e40 0x0000555f590ff02e
2026-04-30 16:55:00 ########################################
2026-04-30 16:55:00 (version 24.8.14.10545.altinitytest (altinity build), build id: , git hash: ) (from thread 72645) (no query) Received signal Stopped (20)
2026-04-30 16:55:00 This is a signal used for debugging purposes by the user.
2026-04-30 16:55:00 Stack trace: 0x0000555f69578c2d 0x0000555f69b68767 0x00007f0c0704d520 0x00007f0c07123bd0 0x0000555f5913e10c 0x0000555f82cdf3d4 0x0000555f82cdf836 0x0000555f698096dd 0x0000555f7b65a5d9 0x0000555f7b6585ed 0x0000555f7b6544d0 0x0000555f7b66c0d2 0x0000555f7b66dedf 0x0000555f7b6743fb 0x0000555f699b7b27 0x0000555f82d51417 0x0000555f699d57cc 0x0000555f591ce909 0x00007f0c07034d90 0x00007f0c07034e40 0x0000555f590ff02e
2026-04-30 16:55:00 0.0. inlined from ./build_docker/./src/Common/StackTrace.cpp:349: StackTrace::tryCapture()
2026-04-30 16:55:00 0. ./build_docker/./src/Common/StackTrace.cpp:318: StackTrace::StackTrace(ucontext_t const&) @ 0x000000001ae2cc2d
2026-04-30 16:55:00 1.0. inlined from ./src/IO/WriteHelpers.h:83: void DB::writePODBinary(int const&, DB::WriteBuffer&)
2026-04-30 16:55:00 1.1. inlined from ./src/IO/WriteHelpers.h:1026: _ZN2DB11writeBinaryIiQ15is_arithmetic_vIT_EEEvRKS1_RNS_11WriteBufferE
2026-04-30 16:55:00 1. ./build_docker/./src/Common/SignalHandlers.cpp:103: signalHandler(int, siginfo_t*, void*) @ 0x000000001b41c767
2026-04-30 16:55:00 2. ? @ 0x00007f0c0704d520
2026-04-30 16:55:00 3. ? @ 0x00007f0c07123bd0
2026-04-30 16:55:00 4. __interceptor_poll @ 0x000000000a9f210c
2026-04-30 16:55:00 5. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::pollImpl(Poco::Timespan&, int) @ 0x00000000345933d4
2026-04-30 16:55:00 6. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:506: Poco::Net::SocketImpl::poll(Poco::Timespan const&, int) @ 0x0000000034593836
2026-04-30 16:55:00 7. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:144: DB::ReadBufferFromPocoSocketBase::poll(unsigned long) const @ 0x000000001b0bd6dd
2026-04-30 16:55:00 8. ./build_docker/./src/Client/ClientBase.cpp:1138: DB::ClientBase::receiveResult(std::shared_ptr, int, bool) @ 0x000000002cf0e5d9
2026-04-30 16:55:00 9. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processOrdinaryQuery(String const&, std::shared_ptr) @ 0x000000002cf0c5ed
2026-04-30 16:55:00 10. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processParsedSingleQuery(String const&, String const&, std::shared_ptr, std::optional, bool) @ 0x000000002cf084d0
2026-04-30 16:55:00 11. ./build_docker/./src/Client/ClientBase.cpp:2277: DB::ClientBase::executeMultiQuery(String const&) @ 0x000000002cf200d2
2026-04-30 16:55:00 12. ./build_docker/./src/Client/ClientBase.cpp:0: DB::ClientBase::processQueryText(String const&) @ 0x000000002cf21edf
2026-04-30 16:55:00 13.0. inlined from ./contrib/llvm-project/libcxx/include/string:1499: String::__is_long[abi:v15007]() const
2026-04-30 16:55:00 13.1. inlined from ./contrib/llvm-project/libcxx/include/string:2333: ~basic_string
2026-04-30 16:55:00 13. ./build_docker/./src/Client/ClientBase.cpp:2748: DB::ClientBase::runNonInteractive() @ 0x000000002cf283fb
2026-04-30 16:55:00 14. ./build_docker/./programs/client/Client.cpp:397: DB::Client::main(std::vector> const&) @ 0x000000001b26bb27
2026-04-30 16:55:00 15. ./build_docker/./base/poco/Util/src/Application.cpp:0: Poco::Util::Application::run() @ 0x0000000034605417
2026-04-30 16:55:00
2026-04-30 16:55:00 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 609394 --group_by_two_level_threshold_bytes 23435219 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 1991622 --max_read_buffer_size 884908 --prefer_localhost_replica 0 --max_block_size 67473 --max_joined_block_size_rows 78135 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 10 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 19243221 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method mmap --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 6 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 2630296216 --min_compress_block_size 2205908 --max_compress_block_size 1471429 --merge_tree_compact_parts_min_granules_to_multibuffer_read 9 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 10195474 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Juba --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.55 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 1 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0
2026-04-30 16:55:00
2026-04-30 16:55:00 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.03826249691385686 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10132991404 --index_granularity_bytes 24703413 --merge_max_block_size 15127 --index_granularity 24552 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 71174 --primary_key_compress_block_size 90873 --replace_long_file_name_to_hash 1 --max_file_name_length 36 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 427829097 --compact_parts_max_granules_to_buffer 226 --compact_parts_merge_max_bytes_to_prefetch_part 8433405 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 10
2026-04-30 16:55:00
2026-04-30 16:55:00 Database: test_7f82ahps
2026-04-30 16:55:03 02488_zero_copy_detached_parts_drop_table: [ OK ] 60.80 sec.
2026-04-30 16:55:03 03290_limit_by_segv: [ OK ] 2.75 sec.
2026-04-30 16:55:04 00700_decimal_formats: [ OK ] 8.18 sec.
2026-04-30 16:55:11 01144_multiple_joins_rewriter_v2_and_lambdas: [ OK ] 19.80 sec.
2026-04-30 16:55:12 01070_alter_with_ttl: [ OK ] 7.05 sec.
2026-04-30 16:55:13 01602_runningConcurrency: [ OK ] 16.42 sec.
2026-04-30 16:55:20 00974_low_cardinality_cast: [ OK ] 5.82 sec.
2026-04-30 16:55:21 00348_tuples: [ OK ] 17.28 sec.
2026-04-30 16:55:21 00411_merge_tree_where_const_in_set: [ OK ] 9.25 sec.
2026-04-30 16:55:21 02302_projections_GROUP_BY_ORDERY_BY_optimize_aggregation_in_order: [ OK ] 9.04 sec.
2026-04-30 16:55:21 00700_decimal_math: [ OK ] 18.08 sec.
2026-04-30 16:55:25 00066_group_by_in: [ OK ] 3.34 sec.
2026-04-30 16:55:29 02343_analyzer_column_transformers_strict: [ OK ] 7.11 sec.
2026-04-30 16:55:30 00679_replace_asterisk: [ OK ] 5.21 sec.
2026-04-30 16:55:35 02713_sequence_match_serialization_fix: [ OK ] 13.28 sec.
2026-04-30 16:55:38 00188_constants_as_arguments_of_aggregate_functions: [ OK ] 2.24 sec.
2026-04-30 16:55:40 01034_move_partition_from_table_zookeeper: [ OK ] 233.11 sec.
2026-04-30 16:55:40 01523_client_local_queries_file_parameter: [ OK ] 16.53 sec.
2026-04-30 16:55:44 02192_comment: [ OK ] 6.00 sec.
2026-04-30 16:55:47 00389_concat_operator: [ OK ] 2.85 sec.
2026-04-30 16:55:55 02142_http_with_query_parameters: [ OK ] 7.23 sec.
2026-04-30 16:55:56 01529_union_distinct_and_setting_union_default_mode: [ OK ] 24.72 sec.
2026-04-30 16:56:02 02122_parallel_formatting_JSONCompactEachRowWithNames: [ OK ] 40.50 sec.
2026-04-30 16:56:06 01670_test_repeat_mysql_dialect: [ OK ] 3.32 sec.
2026-04-30 16:56:11 00164_not_chain: [ OK ] 4.31 sec.
2026-04-30 16:56:14 00558_parse_floats: [ OK ] 1.92 sec.
2026-04-30 16:56:14 02972_insert_deduplication_token_hierarchical_inserts_views: [ FAIL ] 196.39 sec.
2026-04-30 16:56:14 Reason: return code: 159
2026-04-30 16:56:14 [6453c5edcfdc] 2026.04.30 08:56:13.255295 [ 72461 ] {4ad452b8-e6c0-4dbc-9054-390b08e36f52} executeQuery: Code: 159. DB::Exception: Timeout exceeded (180 s) while flushing system log 'DB::SystemLogQueue'. (TIMEOUT_EXCEEDED) (version 24.8.14.10545.altinitytest (altinity build)) (from [::1]:38864) (comment: 02972_insert_deduplication_token_hierarchical_inserts_views.sql) (in query: SYSTEM FLUSH LOGS;), Stack trace (when copying this message, always include the lines below):
2026-04-30 16:56:14
2026-04-30 16:56:14 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000343c5254
2026-04-30 16:56:14 1. ./build_docker/./src/Common/Exception.cpp:111: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001adb62c9
2026-04-30 16:56:14 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x000000000aa94445
2026-04-30 16:56:14 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x000000000aa97e9a
2026-04-30 16:56:14 4. ./build_docker/./src/Common/SystemLogBase.cpp:166: DB::SystemLogQueue::waitFlush(long, bool) @ 0x000000001afa8229
2026-04-30 16:56:14 5. ./build_docker/./src/Interpreters/SystemLog.cpp:363: DB::SystemLogs::flush(bool) @ 0x00000000297f46f5
2026-04-30 16:56:14 6. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:726: DB::InterpreterSystemQuery::execute() @ 0x0000000029bfbb6e
2026-04-30 16:56:14 7. ./build_docker/./src/Interpreters/executeQuery.cpp:0: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000029b9507c
2026-04-30 16:56:14 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1397: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x0000000029b8e405
2026-04-30 16:56:14 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:612: DB::TCPHandler::runImpl() @ 0x000000002d1e4cec
2026-04-30 16:56:14 10. ./build_docker/./src/Server/TCPHandler.cpp:2527: DB::TCPHandler::run() @ 0x000000002d218c00
2026-04-30 16:56:14 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:57: Poco::Net::TCPServerConnection::start() @ 0x00000000345a29ef
2026-04-30 16:56:14 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:48: Poco::Net::TCPServerDispatcher::run() @ 0x00000000345a35d7
2026-04-30 16:56:14 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:219: Poco::PooledThread::run() @ 0x00000000344a5ceb
2026-04-30 16:56:14 14. ./base/poco/Foundation/include/Poco/SharedPtr.h:231: Poco::ThreadImpl::runnableEntry(void*) @ 0x000000003449fe48
2026-04-30 16:56:14 15. asan_thread_start(void*) @ 0x000000000aa49059
2026-04-30 16:56:14 16. ? @ 0x00007f9eaaf0fac3
2026-04-30 16:56:14 17. ? @ 0x00007f9eaafa1850
2026-04-30 16:56:14
2026-04-30 16:56:14 Received exception from server (version 24.8.14):
2026-04-30 16:56:14 Code: 159. DB::Exception: Received from localhost:9000. DB::Exception: Timeout exceeded (180 s) while flushing system log 'DB::SystemLogQueue'.. (TIMEOUT_EXCEEDED)
2026-04-30 16:56:14 (query: SYSTEM FLUSH LOGS;)
2026-04-30 16:56:14 , result:
2026-04-30 16:56:14
2026-04-30 16:56:14 0
2026-04-30 16:56:14
2026-04-30 16:56:14 stdout:
2026-04-30 16:56:14 0
2026-04-30 16:56:14
2026-04-30 16:56:14
2026-04-30 16:56:14 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 8174813 --max_read_buffer_size 721582 --prefer_localhost_replica 0 --max_block_size 10860 --max_joined_block_size_rows 26077 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 71 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 10862342 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10372657877 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1992720478 --min_compress_block_size 3065248 --max_compress_block_size 959354 --merge_tree_compact_parts_min_granules_to_multibuffer_read 25 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 3126215 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone America/Mazatlan --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.47 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1
2026-04-30 16:56:14
2026-04-30 16:56:14 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 175216 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1760451010 --index_granularity_bytes 16010717 --merge_max_block_size 22072 --index_granularity 17895 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 17093 --primary_key_compress_block_size 49773 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 290908287 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 2636348 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 15 --old_parts_lifetime 10
2026-04-30 16:56:14
2026-04-30 16:56:14 Database: test_a8yhm4e0
2026-04-30 16:56:16 03032_save_bad_json_escape_sequences: [ OK ] 1.95 sec.
2026-04-30 16:56:17 00077_set_keys_fit_128_bits_many_blocks: [ OK ] 2.71 sec.
2026-04-30 16:56:18 01540_verbatim_partition_pruning: [ OK ] 22.88 sec.
2026-04-30 16:56:23 02477_age_date32: [ OK ] 42.96 sec.
2026-04-30 16:56:25 02900_matview_create_to_errors: [ OK ] 8.27 sec.
2026-04-30 16:56:30 01906_bigint_accurate_cast_ubsan: [ OK ] 11.95 sec.
2026-04-30 16:56:32 03215_validate_type_in_alter_add_modify_column: [ OK ] 6.84 sec.
2026-04-30 16:56:33 01946_profile_sleep: [ FAIL ] 182.48 sec.
2026-04-30 16:56:33 Reason: return code: 159
2026-04-30 16:56:33 [6453c5edcfdc] 2026.04.30 17:56:32.609187 [ 73089 ] {13849e69-a1bd-412b-b232-bde35b1d6809} executeQuery: Code: 159. DB::Exception: Timeout exceeded (180 s) while flushing system log 'DB::SystemLogQueue'. (TIMEOUT_EXCEEDED) (version 24.8.14.10545.altinitytest (altinity build)) (from [::1]:53794) (comment: 01946_profile_sleep.sql) (in query: SYSTEM FLUSH LOGS;), Stack trace (when copying this message, always include the lines below):
2026-04-30 16:56:33
2026-04-30 16:56:33 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000343c5254
2026-04-30 16:56:33 1. ./build_docker/./src/Common/Exception.cpp:111: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001adb62c9
2026-04-30 16:56:33 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x000000000aa94445
2026-04-30 16:56:33 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x000000000aa97e9a
2026-04-30 16:56:33 4. ./build_docker/./src/Common/SystemLogBase.cpp:166: DB::SystemLogQueue::waitFlush(long, bool) @ 0x000000001afa8229
2026-04-30 16:56:33 5. ./build_docker/./src/Interpreters/SystemLog.cpp:363: DB::SystemLogs::flush(bool) @ 0x00000000297f46f5
2026-04-30 16:56:33 6. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:726: DB::InterpreterSystemQuery::execute() @ 0x0000000029bfbb6e
2026-04-30 16:56:33 7. ./build_docker/./src/Interpreters/executeQuery.cpp:0: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000029b9507c
2026-04-30 16:56:33 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1397: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x0000000029b8e405
2026-04-30 16:56:33 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:612: DB::TCPHandler::runImpl() @ 0x000000002d1e4cec
2026-04-30 16:56:33 10. ./build_docker/./src/Server/TCPHandler.cpp:2527: DB::TCPHandler::run() @ 0x000000002d218c00
2026-04-30 16:56:33 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:57: Poco::Net::TCPServerConnection::start() @ 0x00000000345a29ef
2026-04-30 16:56:33 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:48: Poco::Net::TCPServerDispatcher::run() @ 0x00000000345a35d7
2026-04-30 16:56:33 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:219: Poco::PooledThread::run() @ 0x00000000344a5ceb
2026-04-30 16:56:33 14. ./base/poco/Foundation/include/Poco/SharedPtr.h:231: Poco::ThreadImpl::runnableEntry(void*) @ 0x000000003449fe48
2026-04-30 16:56:33 15. asan_thread_start(void*) @ 0x000000000aa49059
2026-04-30 16:56:33 16. ? @ 0x00007f9eaaf0fac3
2026-04-30 16:56:33 17. ? @ 0x00007f9eaafa1850
2026-04-30 16:56:33
2026-04-30 16:56:33 Received exception from server (version 24.8.14):
2026-04-30 16:56:33 Code: 159. DB::Exception: Received from localhost:9000. DB::Exception: Timeout exceeded (180 s) while flushing system log 'DB::SystemLogQueue'.. (TIMEOUT_EXCEEDED)
2026-04-30 16:56:33 (query: SYSTEM FLUSH LOGS;)
2026-04-30 16:56:33 , result:
2026-04-30 16:56:33
2026-04-30 16:56:33
2026-04-30 16:56:33
2026-04-30 16:56:33 stdout:
2026-04-30 16:56:33
2026-04-30 16:56:33
2026-04-30 16:56:33 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 11602604 --max_read_buffer_size 620289 --prefer_localhost_replica 0 --max_block_size 49243 --max_joined_block_size_rows 89965 --max_threads 2 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 23 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 9548494 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method read --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 50 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 12 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 2022863580 --min_compress_block_size 620219 --max_compress_block_size 1198191 --merge_tree_compact_parts_min_granules_to_multibuffer_read 49 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 1653179 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.56 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 0 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0
2026-04-30 16:56:33
2026-04-30 16:56:33 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 1900382763 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1786325576 --index_granularity_bytes 13176725 --merge_max_block_size 19229 --index_granularity 43275 --min_bytes_for_wide_part 317603028 --marks_compress_block_size 12029 --primary_key_compress_block_size 77155 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 101836668 --compact_parts_max_bytes_to_buffer 372894538 --compact_parts_max_granules_to_buffer 129 --compact_parts_merge_max_bytes_to_prefetch_part 1634314 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 18 --old_parts_lifetime 256
2026-04-30 16:56:33
2026-04-30 16:56:33 Database: test_s9xsf693
2026-04-30 16:56:37 02415_all_new_functions_must_be_documented: [ OK ] 4.49 sec.
2026-04-30 16:56:42 03095_msan_uuid_string_to_num: [ OK ] 3.93 sec.
2026-04-30 16:56:44 00623_replicated_truncate_table_zookeeper_long: [ OK ] 25.59 sec.
2026-04-30 16:56:47 01783_merge_engine_join_key_condition: [ OK ] 23.35 sec.
2026-04-30 16:56:50 02421_json_decimals_as_strings: [ OK ] 4.70 sec.
2026-04-30 16:56:52 02874_array_random_sample: [ OK ] 70.71 sec.
2026-04-30 16:56:55 01476_right_full_join_switch: [ OK ] 23.56 sec.
2026-04-30 16:56:58 00814_parsing_ub: [ OK ] 2.67 sec.
2026-04-30 16:56:58 00719_insert_block_without_column: [ OK ] 16.20 sec.
2026-04-30 16:57:01 00530_arrays_of_nothing: [ OK ] 8.30 sec.
2026-04-30 16:57:03 01104_fixed_string_like: [ OK ] 29.21 sec.
2026-04-30 16:57:10 03031_clickhouse_local_input: [ OK ] 8.65 sec.
2026-04-30 16:57:13 03156_nullable_number_tips: [ OK ] 14.56 sec.
2026-04-30 16:57:14 02541_empty_function_support_ip: [ OK ] 3.48 sec.
2026-04-30 16:57:16 03003_enum_and_string_compatible: [ OK ] 1.69 sec.
2026-04-30 16:57:17 01781_token_extractor_buffer_overflow: [ OK ] 106.86 sec.
2026-04-30 16:57:17 00800_versatile_storage_join: [ OK ] 18.44 sec.
2026-04-30 16:57:19 01669_test_toYear_mysql_dialect: [ OK ] 2.46 sec.
2026-04-30 16:57:22 01496_signedness_conversion_monotonicity: [ OK ] 4.19 sec.
2026-04-30 16:57:22 00679_uuid_in_key: [ OK ] 5.86 sec.
2026-04-30 16:57:30 01056_prepared_statements_null_and_escaping: [ OK ] 9.91 sec.
2026-04-30 16:57:33 02179_degrees_radians: [ OK ] 10.50 sec.
2026-04-30 16:57:33 01463_resample_overflow: [ OK ] 2.43 sec.
2026-04-30 16:57:33 01098_sum: [ OK ] 10.44 sec.
2026-04-30 16:57:39 01714_alter_drop_version: [ OK ] 5.85 sec.
2026-04-30 16:57:42 01913_names_of_tuple_literal: [ OK ] 2.45 sec.
2026-04-30 16:57:42 01710_minmax_count_projection_modify_partition_key: [ OK ] 8.45 sec.
2026-04-30 16:57:44 03033_lightweight_deletes_sync: [ OK ] 10.66 sec.
2026-04-30 16:57:46 00978_ml_math: [ OK ] 3.06 sec.
2026-04-30 16:57:48 01116_cross_count_asterisks: [ OK ] 3.37 sec.
2026-04-30 16:57:51 02815_first_line: [ OK ] 3.78 sec.
2026-04-30 16:57:58 01010_pmj_skip_blocks: [ OK ] 54.43 sec.
2026-04-30 16:58:02 01513_count_without_select_sequence_consistency_zookeeper_long: [ OK ] 19.80 sec.
2026-04-30 16:58:02 03208_array_of_json_read_subcolumns_2_compact_merge_tree: [ SKIPPED ] 0.00 sec.
2026-04-30 16:58:02 Reason: not running for current build
2026-04-30 16:58:04 01272_totals_and_filter_bug: [ OK ] 14.86 sec.
2026-04-30 16:58:05 00910_client_window_size_detection: [ OK ] 6.68 sec.
2026-04-30 16:58:07 01271_show_privileges: [ OK ] 2.71 sec.
2026-04-30 16:58:12 01358_constexpr_constraint: [ OK ] 4.47 sec.
2026-04-30 16:58:13 02192_comment_error: [ OK ] 10.58 sec.
2026-04-30 16:58:18 00558_aggregate_merge_totals_with_arenas: [ OK ] 5.41 sec.
2026-04-30 16:58:24 02707_analyzer_nested_lambdas_types: [ OK ] 5.38 sec.
2026-04-30 16:58:27 02026_arrayDifference_const: [ OK ] 2.43 sec.
2026-04-30 16:58:41 03205_json_syntax: [ OK ] 14.31 sec.
2026-04-30 16:58:45 02422_insert_different_granularity: [ OK ] 50.27 sec.
2026-04-30 16:58:48 03169_time_virtual_column: [ OK ] 6.36 sec.
2026-04-30 16:58:48 01354_order_by_tuple_collate_const: [ OK ] 2.94 sec.
2026-04-30 16:58:54 03148_asof_join_ddb_subquery: [ OK ] 4.91 sec.
2026-04-30 16:58:57 00045_sorting_by_fixed_string_descending: [ OK ] 2.90 sec.
2026-04-30 16:59:07 02950_parallel_replicas_used_count: [ FAIL ] 190.64 sec.
2026-04-30 16:59:07 Reason: return code: 159
2026-04-30 16:59:07 [6453c5edcfdc] 2026.04.30 08:59:06.954468 [ 66717 ] {5dd616a5-ec2d-45d0-a5f4-c723a5df241a} executeQuery: Code: 159. DB::Exception: Timeout exceeded (180 s) while flushing system log 'DB::SystemLogQueue'. (TIMEOUT_EXCEEDED) (version 24.8.14.10545.altinitytest (altinity build)) (from [::1]:33570) (comment: 02950_parallel_replicas_used_count.sql) (in query: SYSTEM FLUSH LOGS;), Stack trace (when copying this message, always include the lines below):
2026-04-30 16:59:07
2026-04-30 16:59:07 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000343c5254
2026-04-30 16:59:07 1. ./build_docker/./src/Common/Exception.cpp:111: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001adb62c9
2026-04-30 16:59:07 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x000000000aa94445
2026-04-30 16:59:07 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x000000000aa97e9a
2026-04-30 16:59:07 4. ./build_docker/./src/Common/SystemLogBase.cpp:166: DB::SystemLogQueue::waitFlush(long, bool) @ 0x000000001afa8229
2026-04-30 16:59:07 5. ./build_docker/./src/Interpreters/SystemLog.cpp:363: DB::SystemLogs::flush(bool) @ 0x00000000297f46f5
2026-04-30 16:59:07 6. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:726: DB::InterpreterSystemQuery::execute() @ 0x0000000029bfbb6e
2026-04-30 16:59:07 7. ./build_docker/./src/Interpreters/executeQuery.cpp:0: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000029b9507c
2026-04-30 16:59:07 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1397: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x0000000029b8e405
2026-04-30 16:59:07 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:612: DB::TCPHandler::runImpl() @ 0x000000002d1e4cec
2026-04-30 16:59:07 10. ./build_docker/./src/Server/TCPHandler.cpp:2527: DB::TCPHandler::run() @ 0x000000002d218c00
2026-04-30 16:59:07 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:57: Poco::Net::TCPServerConnection::start() @ 0x00000000345a29ef
2026-04-30 16:59:07 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:48: Poco::Net::TCPServerDispatcher::run() @ 0x00000000345a35d7
2026-04-30 16:59:07 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:219: Poco::PooledThread::run() @ 0x00000000344a5ceb
2026-04-30 16:59:07 14. ./base/poco/Foundation/include/Poco/SharedPtr.h:231: Poco::ThreadImpl::runnableEntry(void*) @ 0x000000003449fe48
2026-04-30 16:59:07 15. asan_thread_start(void*) @ 0x000000000aa49059
2026-04-30 16:59:07 16. ? @ 0x00007f9eaaf0fac3
2026-04-30 16:59:07 17. ? @ 0x00007f9eaafa1850
2026-04-30 16:59:07
2026-04-30 16:59:07 Received exception from server (version 24.8.14):
2026-04-30 16:59:07 Code: 159. DB::Exception: Received from localhost:9000. DB::Exception: Timeout exceeded (180 s) while flushing system log 'DB::SystemLogQueue'.. (TIMEOUT_EXCEEDED)
2026-04-30 16:59:07 (query: SYSTEM FLUSH LOGS;)
2026-04-30 16:59:07 , result:
2026-04-30 16:59:07
2026-04-30 16:59:07 10000 49995000
2026-04-30 16:59:07
2026-04-30 16:59:07 stdout:
2026-04-30 16:59:07 10000 49995000
2026-04-30 16:59:07
2026-04-30 16:59:07
2026-04-30 16:59:07 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 4565726 --max_read_buffer_size 718615 --prefer_localhost_replica 1 --max_block_size 31043 --max_joined_block_size_rows 18273 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 74 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 35028989 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 7105355281 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 13 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 1703547424 --min_compress_block_size 2466561 --max_compress_block_size 2424308 --merge_tree_compact_parts_min_granules_to_multibuffer_read 28 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 4704581 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone America/Mazatlan --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.0 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 1 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1
2026-04-30 16:59:07
2026-04-30 16:59:07 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.048473560369273194 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 898906766 --index_granularity_bytes 13031156 --merge_max_block_size 9509 --index_granularity 32801 --min_bytes_for_wide_part 0 --marks_compress_block_size 89407 --primary_key_compress_block_size 53602 --replace_long_file_name_to_hash 0 --max_file_name_length 0 --min_bytes_for_full_part_storage 427780823 --compact_parts_max_bytes_to_buffer 83860300 --compact_parts_max_granules_to_buffer 256 --compact_parts_merge_max_bytes_to_prefetch_part 15298793 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 10
2026-04-30 16:59:07
2026-04-30 16:59:07 Database: test_tlhbyxo5
2026-04-30 16:59:09 02898_parallel_replicas_custom_key_final: [ OK ] 11.40 sec.
2026-04-30 16:59:09 02910_bad_logs_level_in_local: [ OK ] 2.04 sec.
2026-04-30 16:59:17 02899_indexing_by_space_filling_curves: [ OK ] 28.52 sec.
2026-04-30 16:59:19 00601_kill_running_query: [ OK ] 10.56 sec.
2026-04-30 16:59:24 02326_numbers_from_json_strings_schema_inference: [ OK ] 6.57 sec.
2026-04-30 16:59:28 00712_prewhere_with_alias: [ OK ] 18.24 sec.
2026-04-30 16:59:46 03155_test_move_to_prewhere: [ OK ] 18.15 sec.
2026-04-30 16:59:54 02174_cte_scalar_cache: [ FAIL ] 183.88 sec.
2026-04-30 16:59:54 Reason: return code: 159
2026-04-30 16:59:54 [6453c5edcfdc] 2026.04.30 08:59:51.599113 [ 72461 ] {1cb0675e-768c-4f57-9362-cb080ee7cbb8} executeQuery: Code: 159. DB::Exception: Timeout exceeded (180 s) while flushing system log 'DB::SystemLogQueue'. (TIMEOUT_EXCEEDED) (version 24.8.14.10545.altinitytest (altinity build)) (from [::1]:46772) (comment: 02174_cte_scalar_cache.sql) (in query: SYSTEM FLUSH LOGS;), Stack trace (when copying this message, always include the lines below):
2026-04-30 16:59:54
2026-04-30 16:59:54 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000343c5254
2026-04-30 16:59:54 1. ./build_docker/./src/Common/Exception.cpp:111: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001adb62c9
2026-04-30 16:59:54 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x000000000aa94445
2026-04-30 16:59:54 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x000000000aa97e9a
2026-04-30 16:59:54 4. ./build_docker/./src/Common/SystemLogBase.cpp:166: DB::SystemLogQueue::waitFlush(long, bool) @ 0x000000001afa8229
2026-04-30 16:59:54 5. ./build_docker/./src/Interpreters/SystemLog.cpp:363: DB::SystemLogs::flush(bool) @ 0x00000000297f46f5
2026-04-30 16:59:54 6. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:726: DB::InterpreterSystemQuery::execute() @ 0x0000000029bfbb6e
2026-04-30 16:59:54 7. ./build_docker/./src/Interpreters/executeQuery.cpp:0: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000029b9507c
2026-04-30 16:59:54 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1397: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x0000000029b8e405
2026-04-30 16:59:54 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:612: DB::TCPHandler::runImpl() @ 0x000000002d1e4cec
2026-04-30 16:59:54 10. ./build_docker/./src/Server/TCPHandler.cpp:2527: DB::TCPHandler::run() @ 0x000000002d218c00
2026-04-30 16:59:54 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:57: Poco::Net::TCPServerConnection::start() @ 0x00000000345a29ef
2026-04-30 16:59:54 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:48: Poco::Net::TCPServerDispatcher::run() @ 0x00000000345a35d7
2026-04-30 16:59:54 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:219: Poco::PooledThread::run() @ 0x00000000344a5ceb
2026-04-30 16:59:54 14. ./base/poco/Foundation/include/Poco/SharedPtr.h:231: Poco::ThreadImpl::runnableEntry(void*) @ 0x000000003449fe48
2026-04-30 16:59:54 15. asan_thread_start(void*) @ 0x000000000aa49059
2026-04-30 16:59:54 16. ? @ 0x00007f9eaaf0fac3
2026-04-30 16:59:54 17. ? @ 0x00007f9eaafa1850
2026-04-30 16:59:54
2026-04-30 16:59:54 Received exception from server (version 24.8.14):
2026-04-30 16:59:54 Code: 159. DB::Exception: Received from localhost:9000. DB::Exception: Timeout exceeded (180 s) while flushing system log 'DB::SystemLogQueue'.. (TIMEOUT_EXCEEDED)
2026-04-30 16:59:54 (query: SYSTEM FLUSH LOGS;)
2026-04-30 16:59:54 , result:
2026-04-30 16:59:54
2026-04-30 16:59:54
2026-04-30 16:59:54
2026-04-30 16:59:54 stdout:
2026-04-30 16:59:54
2026-04-30 16:59:54
2026-04-30 16:59:54 Settings used in the test: --max_insert_threads 2 --group_by_two_level_threshold 369815 --group_by_two_level_threshold_bytes 37836715 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 2507988 --max_read_buffer_size 917043 --prefer_localhost_replica 1 --max_block_size 24847 --max_joined_block_size_rows 78412 --max_threads 2 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 74 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 1305246 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 19 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 2020415218 --min_compress_block_size 1994978 --max_compress_block_size 1051212 --merge_tree_compact_parts_min_granules_to_multibuffer_read 62 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 1581054 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone America/Mazatlan --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.64 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0
2026-04-30 16:59:54
2026-04-30 16:59:54 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.36201153556624277 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 6361343 --merge_max_block_size 17148 --index_granularity 36105 --min_bytes_for_wide_part 916006230 --marks_compress_block_size 18776 --primary_key_compress_block_size 43288 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 379714626 --compact_parts_max_granules_to_buffer 133 --compact_parts_merge_max_bytes_to_prefetch_part 6273129 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 1 --old_parts_lifetime 480
2026-04-30 16:59:54
2026-04-30 16:59:54 Database: test_hgmp803m
2026-04-30 16:59:57 00726_length_aliases: [ OK ] 2.03 sec.
2026-04-30 17:00:04 02680_datetime64_monotonic_check: [ OK ] 6.83 sec.
2026-04-30 17:01:08 00688_low_cardinality_dictionary_deserialization: [ OK ] 234.36 sec.
2026-04-30 17:01:09 00160_merge_and_index_in_in: [ OK ] 174.44 sec.
2026-04-30 17:01:12 01720_union_distinct_with_limit: [ OK ] 2.56 sec.
2026-04-30 17:01:14 01067_join_null: [ OK ] 4.34 sec.
2026-04-30 17:01:16 01787_arena_assert_column_nothing: [ OK ] 2.22 sec.
2026-04-30 17:01:18 01053_drop_database_mat_view: [ OK ] 4.14 sec.
2026-04-30 17:01:20 02043_user_defined_executable_function_implicit_cast: [ OK ] 3.12 sec.
2026-04-30 17:01:24 01071_in_array: [ OK ] 5.49 sec.
2026-04-30 17:01:29 01019_array_fill: [ OK ] 8.40 sec.
2026-04-30 17:01:35 01851_hedged_connections_external_tables: [ OK ] 6.08 sec.
2026-04-30 17:01:41 00999_nullable_nested_types_4877: [ OK ] 17.41 sec.
2026-04-30 17:01:44 01333_select_abc_asterisk: [ OK ] 2.30 sec.
2026-04-30 17:01:49 03065_analyzer_cross_join_and_array_join: [ OK ] 4.20 sec.
2026-04-30 17:01:54 03221_mutate_profile_events: [ OK ] 148.35 sec.
2026-04-30 17:01:55 02751_query_log_test_partitions: [ OK ] 153.21 sec.
2026-04-30 17:01:56 02811_insert_schema_inference: [ OK ] 6.11 sec.
2026-04-30 17:01:57 01283_max_threads_simple_query_optimization: [ OK ] 129.83 sec.
2026-04-30 17:01:57 02311_normalize_utf8_constant: [ OK ] 2.08 sec.
2026-04-30 17:01:59 01770_extended_range_3: [ OK ] 3.65 sec.
2026-04-30 17:02:04 02999_ulid_short_circuit: [ OK ] 4.72 sec.
2026-04-30 17:02:04 00809_add_days_segfault: [ OK ] 7.42 sec.
2026-04-30 17:02:10 00120_join_and_group_by: [ OK ] 12.12 sec.
2026-04-30 17:02:14 01710_normal_projection_with_query_plan_optimization: [ OK ] 16.32 sec.
2026-04-30 17:02:15 03032_scalars_create_as_select: [ OK ] 8.15 sec.
2026-04-30 17:02:17 00050_any_left_join: [ OK ] 4.94 sec.
2026-04-30 17:02:19 00779_all_right_join_max_block_size: [ OK ] 4.12 sec.
2026-04-30 17:02:24 03053_analyzer_join_alias: [ OK ] 4.45 sec.
2026-04-30 17:02:24 02918_parallel_replicas_custom_key_unavailable_replica: [ OK ] 19.85 sec.
2026-04-30 17:02:29 00569_parse_date_time_best_effort: [ OK ] 4.58 sec.
2026-04-30 17:02:32 01710_projection_group_by_order_by: [ OK ] 2.63 sec.
2026-04-30 17:02:34 01519_topK_distributed_parametrized: [ OK ] 14.56 sec.
2026-04-30 17:02:38 01522_validate_alter_default: [ OK ] 5.43 sec.
2026-04-30 17:02:39 02456_alter-nullable-column-bag: [ OK ] 14.07 sec.
2026-04-30 17:02:42 00725_join_on_bug_1: [ OK ] 7.68 sec.
2026-04-30 17:02:45 01292_quantile_array_bug: [ OK ] 2.57 sec.
2026-04-30 17:02:56 02122_parallel_formatting_Vertical: [ OK ] 38.20 sec.
2026-04-30 17:03:01 02022_storage_filelog_one_file: [ OK ] 85.97 sec.
2026-04-30 17:03:04 03033_analyzer_resolve_from_parent_scope: [ OK ] 25.86 sec.
2026-04-30 17:03:05 00230_array_functions_has_count_equal_index_of_non_const_second_arg: [ OK ] 25.16 sec.
2026-04-30 17:03:42 00991_system_parts_race_condition_long: [ OK ] 45.06 sec.
2026-04-30 17:03:50 00938_test_retention_function: [ OK ] 44.49 sec.
2026-04-30 17:03:58 03150_url_hash_non_constant_level: [ OK ] 6.30 sec.
2026-04-30 17:04:02 01811_storage_buffer_flush_parameters: [ OK ] 20.23 sec.
2026-04-30 17:04:16 01272_suspicious_codecs: [ OK ] 89.84 sec.
2026-04-30 17:04:18 01474_decimal_scale_bug: [ OK ] 12.80 sec.
2026-04-30 17:04:18 01600_quota_by_forwarded_ip: [ OK ] 72.90 sec.
2026-04-30 17:04:23 02813_func_today_and_alias: [ OK ] 3.70 sec.
2026-04-30 17:04:28 02864_filtered_url_with_globs: [ OK ] 11.92 sec.
2026-04-30 17:04:38 02325_compatibility_setting_2: [ OK ] 19.02 sec.
2026-04-30 17:04:45 02368_analyzer_table_functions: [ OK ] 7.09 sec.
2026-04-30 17:04:50 00534_functions_bad_arguments12: [ OK ] 404.65 sec.
2026-04-30 17:04:56 00622_select_in_parens: [ OK ] 4.09 sec.
2026-04-30 17:05:00 02465_limit_trivial_max_rows_to_read: [ OK ] 14.02 sec.
2026-04-30 17:05:05 01013_totals_without_aggregation: [ OK ] 4.19 sec.
2026-04-30 17:05:13 00240_replace_substring_loop: [ OK ] 130.50 sec.
2026-04-30 17:05:16 01070_h3_to_parent: [ OK ] 2.86 sec.
2026-04-30 17:05:22 00934_is_valid_utf8: [ OK ] 59.04 sec.
2026-04-30 17:05:24 02456_keeper_retries_during_insert: [ OK ] 19.44 sec.
2026-04-30 17:05:30 01622_constraints_simple_optimization: [ OK ] 60.84 sec.
2026-04-30 17:05:30 00298_enum_width_and_cast: [ OK ] 5.77 sec.
2026-04-30 17:05:31 02381_join_dup_columns_in_plan: [ OK ] 34.64 sec.
2026-04-30 17:05:36 02376_analyzer_in_function_subquery: [ OK ] 18.54 sec.
2026-04-30 17:05:41 03166_mv_prewhere_duplicating_name_bug: [ OK ] 8.74 sec.
2026-04-30 17:05:45 00205_emptyscalar_subquery_type_mismatch_bug: [ OK ] 8.63 sec.
2026-04-30 17:05:48 02098_date32_comparison: [ OK ] 16.18 sec.
2026-04-30 17:05:51 02012_changed_enum_type_non_replicated: [ OK ] 9.37 sec.
2026-04-30 17:05:54 03237_get_subcolumn_low_cardinality_column: [ OK ] 2.97 sec.
2026-04-30 17:05:58 00732_base64_functions: [ OK ] 12.17 sec.
2026-04-30 17:05:59 02167_format_from_file_extension: [ OK ] 120.58 sec.
2026-04-30 17:06:06 01839_join_to_subqueries_rewriter_columns_matcher: [ OK ] 7.58 sec.
2026-04-30 17:06:08 01376_array_fill_empty: [ OK ] 2.21 sec.
2026-04-30 17:06:09 02875_final_invalid_read_ranges_bug: [ OK ] 13.65 sec.
2026-04-30 17:06:11 00059_shard_global_in_mergetree: [ OK ] 47.56 sec.
2026-04-30 17:06:18 01683_dist_INSERT_block_structure_mismatch: [ OK ] 8.39 sec.
2026-04-30 17:06:20 02884_duplicate_index_name: [ OK ] 1.78 sec.
2026-04-30 17:06:20 02733_sparse_columns_reload: [ OK ] 11.43 sec.
2026-04-30 17:06:27 01852_hints_enum_name: [ OK ] 6.04 sec.
2026-04-30 17:06:40 01392_column_resolve: [ OK ] 17.08 sec.
2026-04-30 17:06:53 00974_adaptive_granularity_secondary_index: [ OK ] 82.90 sec.
2026-04-30 17:06:59 02869_http_headers_elapsed_ns: [ OK ] 5.36 sec.
2026-04-30 17:07:00 03036_reading_s3_archives: [ OK ] 70.15 sec.
2026-04-30 17:07:02 Killing process group 77743
2026-04-30 17:07:02 Processes in process group 77743:
2026-04-30 17:07:02 77743 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/00386_long_in_pk.sh > /tmp/clickhouse-test/0_stateless/00386_long_in_pk.stdout 2> /tmp/clickhouse-test/0_stateless/00386_long_in_pk.stderr
2026-04-30 17:07:02 77745 bash /usr/share/clickhouse-test/queries/0_stateless/00386_long_in_pk.sh
2026-04-30 17:07:02 77815 python3 /usr/share/clickhouse-test/queries/0_stateless/00386_long_in_pk.python
2026-04-30 17:07:02 Process group 77743 should be killed
2026-04-30 17:07:02 00386_long_in_pk: [ FAIL ] 600.52 sec.
2026-04-30 17:07:02 Reason: Timeout!
2026-04-30 17:07:02 Settings used in the test: --max_insert_threads 2 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 7484838 --max_read_buffer_size 882142 --prefer_localhost_replica 0 --max_block_size 61947 --max_joined_block_size_rows 17057 --max_threads 1 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 54 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 20932806 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 4157082722 --local_filesystem_read_method mmap --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 8 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 5366720836 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 510750904 --min_compress_block_size 2097940 --max_compress_block_size 2766328 --merge_tree_compact_parts_min_granules_to_multibuffer_read 90 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 8899653 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone America/Mazatlan --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.06 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1
2026-04-30 17:07:02
2026-04-30 17:07:02 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 15569033 --merge_max_block_size 13383 --index_granularity 23359 --min_bytes_for_wide_part 676293363 --marks_compress_block_size 39950 --primary_key_compress_block_size 18184 --replace_long_file_name_to_hash 1 --max_file_name_length 89 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 250673934 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 9736968 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 277
2026-04-30 17:07:02
2026-04-30 17:07:02 Database: test_m573lpu9
2026-04-30 17:07:03 01040_dictionary_invalidate_query_switchover_long: [ OK ] 35.23 sec.
2026-04-30 17:07:07 03212_max_bytes_to_read_for_schema_inference_in_cache: [ OK ] 6.44 sec.
2026-04-30 17:07:08 00672_arrayDistinct: [ OK ] 7.90 sec.
2026-04-30 17:07:11 01326_hostname_alias: [ OK ] 2.50 sec.
2026-04-30 17:07:12 02872_null_as_default_nested: [ OK ] 32.11 sec.
2026-04-30 17:07:13 00732_decimal_summing_merge_tree: [ OK ] 10.09 sec.
2026-04-30 17:07:19 02559_multiple_read_steps_in_prewhere_fuzz: [ OK ] 6.93 sec.
2026-04-30 17:07:22 03151_dynamic_type_scale_max_types: [ OK ] 17.10 sec.
2026-04-30 17:07:26 01634_sum_map_nulls: [ OK ] 3.28 sec.
2026-04-30 17:07:27 03039_dynamic_aggregating_merge_tree: [ OK ] 441.04 sec.
2026-04-30 17:07:31 00048_b_stored_aggregates_merge: [ OK ] 11.54 sec.
2026-04-30 17:07:37 02784_projections_read_in_order_bug: [ OK ] 10.12 sec.
2026-04-30 17:07:41 02477_age_datetime64: [ OK ] 26.90 sec.
2026-04-30 17:07:41 02973_parse_crlf_with_tsv_files: [ OK ] 13.84 sec.
2026-04-30 17:07:41 01470_columns_transformers: [ OK ] 28.43 sec.
2026-04-30 17:07:44 02100_now64_types_bug: [ OK ] 2.97 sec.
2026-04-30 17:07:45 02521_analyzer_array_join_crash: [ OK ] 7.01 sec.
2026-04-30 17:07:45 02681_aggregation_by_partitions_bug: [ OK ] 37.56 sec.
2026-04-30 17:07:47 02676_trailing_commas: [ OK ] 5.11 sec.
2026-04-30 17:07:48 00490_special_line_separators_and_characters_outside_of_bmp: [ OK ] 3.73 sec.
2026-04-30 17:07:50 01273_arrow_decimal: [ OK ] 18.51 sec.
2026-04-30 17:07:55 02016_agg_empty_result_bug_28880: [ OK ] 8.53 sec.
2026-04-30 17:07:55 00331_final_and_prewhere: [ OK ] 8.12 sec.
2026-04-30 17:07:58 01650_fetch_patition_with_macro_in_zk_path_long: [ OK ] 13.08 sec.
2026-04-30 17:08:02 02377_analyzer_in_function_set: [ OK ] 6.65 sec.
2026-04-30 17:08:03 02864_statistics_delayed_materialization_in_merge: [ OK ] 21.23 sec.
2026-04-30 17:08:05 00459_group_array_insert_at: [ OK ] 8.72 sec.
2026-04-30 17:08:05 02843_context_has_expired: [ OK ] 14.62 sec.
2026-04-30 17:08:06 01893_jit_aggregation_function_min_long: [ OK ] 114.65 sec.
2026-04-30 17:08:09 00204_extract_url_parameter: [ OK ] 3.06 sec.
2026-04-30 17:08:10 01937_nested_chinese: [ OK ] 7.91 sec.
2026-04-30 17:08:12 01655_quarter_modificator_for_formatDateTime: [ OK ] 2.25 sec.
2026-04-30 17:08:17 03031_filter_float64_logical_error: [ OK ] 11.92 sec.
2026-04-30 17:08:17 00839_bitmask_negative: [ OK ] 10.51 sec.
2026-04-30 17:08:17 00482_subqueries_and_aliases: [ OK ] 6.52 sec.
2026-04-30 17:08:18 02203_shebang: [ OK ] 5.90 sec.
2026-04-30 17:08:24 01225_drop_dictionary_as_table: [ OK ] 4.74 sec.
2026-04-30 17:08:34 01818_move_partition_simple: [ OK ] 29.58 sec.
2026-04-30 17:08:39 00053_all_inner_join: [ OK ] 4.43 sec.
2026-04-30 17:08:47 02597_column_delete_and_replication: [ OK ] 27.23 sec.
2026-04-30 17:08:51 02567_native_type_conversions: [ OK ] 11.14 sec.
2026-04-30 17:08:54 02522_different_types_in_storage_merge: [ OK ] 5.82 sec.
2026-04-30 17:08:54 02006_client_test_hint_error_name: [ OK ] 2.89 sec.
2026-04-30 17:08:56 00502_sum_map: [ OK ] 30.88 sec.
2026-04-30 17:08:57 00804_test_custom_compression_codes_log_storages: [ OK ] 67.93 sec.
2026-04-30 17:09:00 02181_format_describe_query: [ OK ] 5.82 sec.
2026-04-30 17:09:04 03210_empty_tuple_lhs_of_in: [ OK ] 2.95 sec.
2026-04-30 17:09:10 01196_max_parser_depth: [ OK ] 13.09 sec.
2026-04-30 17:09:17 01947_mv_subquery: [ FAIL ] 196.76 sec.
2026-04-30 17:09:17 Reason: return code: 159
2026-04-30 17:09:17 [6453c5edcfdc] 2026.04.30 09:09:16.215097 [ 79728 ] {aee08055-b498-4ea7-900f-63ca75d19fda} executeQuery: Code: 159. DB::Exception: Timeout exceeded (180 s) while flushing system log 'DB::SystemLogQueue'. (TIMEOUT_EXCEEDED) (version 24.8.14.10545.altinitytest (altinity build)) (from [::1]:52512) (comment: 01947_mv_subquery.sql) (in query: SYSTEM FLUSH LOGS;), Stack trace (when copying this message, always include the lines below):
2026-04-30 17:09:17
2026-04-30 17:09:17 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000343c5254
2026-04-30 17:09:17 1. ./build_docker/./src/Common/Exception.cpp:111: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001adb62c9
2026-04-30 17:09:17 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x000000000aa94445
2026-04-30 17:09:17 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x000000000aa97e9a
2026-04-30 17:09:17 4. ./build_docker/./src/Common/SystemLogBase.cpp:166: DB::SystemLogQueue::waitFlush(long, bool) @ 0x000000001afa8229
2026-04-30 17:09:17 5. ./build_docker/./src/Interpreters/SystemLog.cpp:363: DB::SystemLogs::flush(bool) @ 0x00000000297f46f5
2026-04-30 17:09:17 6. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:726: DB::InterpreterSystemQuery::execute() @ 0x0000000029bfbb6e
2026-04-30 17:09:17 7. ./build_docker/./src/Interpreters/executeQuery.cpp:0: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000029b9507c
2026-04-30 17:09:17 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1397: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x0000000029b8e405
2026-04-30 17:09:17 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:612: DB::TCPHandler::runImpl() @ 0x000000002d1e4cec
2026-04-30 17:09:17 10. ./build_docker/./src/Server/TCPHandler.cpp:2527: DB::TCPHandler::run() @ 0x000000002d218c00
2026-04-30 17:09:17 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:57: Poco::Net::TCPServerConnection::start() @ 0x00000000345a29ef
2026-04-30 17:09:17 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:48: Poco::Net::TCPServerDispatcher::run() @ 0x00000000345a35d7
2026-04-30 17:09:17 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:219: Poco::PooledThread::run() @ 0x00000000344a5ceb
2026-04-30 17:09:17 14. ./base/poco/Foundation/include/Poco/SharedPtr.h:231: Poco::ThreadImpl::runnableEntry(void*) @ 0x000000003449fe48
2026-04-30 17:09:17 15. asan_thread_start(void*) @ 0x000000000aa49059
2026-04-30 17:09:17 16. ? @ 0x00007f9eaaf0fac3
2026-04-30 17:09:17 17. ? @ 0x00007f9eaafa1850
2026-04-30 17:09:17
2026-04-30 17:09:17 Received exception from server (version 24.8.14):
2026-04-30 17:09:17 Code: 159. DB::Exception: Received from localhost:9000. DB::Exception: Timeout exceeded (180 s) while flushing system log 'DB::SystemLogQueue'.. (TIMEOUT_EXCEEDED)
2026-04-30 17:09:17 (query: SYSTEM FLUSH LOGS;)
2026-04-30 17:09:17 , result:
2026-04-30 17:09:17
2026-04-30 17:09:17
2026-04-30 17:09:17
2026-04-30 17:09:17 stdout:
2026-04-30 17:09:17
2026-04-30 17:09:17
2026-04-30 17:09:17 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 231675 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 9355375 --max_read_buffer_size 947301 --prefer_localhost_replica 0 --max_block_size 53272 --max_joined_block_size_rows 11734 --max_threads 1 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 84 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 44844269 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 32 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 5622308749 --max_bytes_before_remerge_sort 2723134867 --min_compress_block_size 90426 --max_compress_block_size 2246745 --merge_tree_compact_parts_min_granules_to_multibuffer_read 26 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 7054737 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone America/Hermosillo --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.99 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0
2026-04-30 17:09:17
2026-04-30 17:09:17 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.7708303659684503 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 5399358955 --index_granularity_bytes 16926045 --merge_max_block_size 6603 --index_granularity 4831 --min_bytes_for_wide_part 0 --marks_compress_block_size 27209 --primary_key_compress_block_size 39020 --replace_long_file_name_to_hash 0 --max_file_name_length 117 --min_bytes_for_full_part_storage 11453539 --compact_parts_max_bytes_to_buffer 479379390 --compact_parts_max_granules_to_buffer 105 --compact_parts_merge_max_bytes_to_prefetch_part 32133162 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 93 --old_parts_lifetime 204
2026-04-30 17:09:17
2026-04-30 17:09:17 Database: test_mex70c6j
2026-04-30 17:09:21 02374_combine_multi_if_and_count_if_opt: [ OK ] 4.03 sec.
2026-04-30 17:09:29 03020_output_format_client: [ OK ] 17.68 sec.
2026-04-30 17:09:38 02341_global_join_cte: [ OK ] 30.80 sec.
2026-04-30 17:09:38 03209_parameterized_view_with_non_literal_params: [ OK ] 40.72 sec.
2026-04-30 17:09:44 01276_system_licenses: [ OK ] 13.70 sec.
2026-04-30 17:09:44 00580_cast_nullable_to_non_nullable: [ OK ] 4.32 sec.
2026-04-30 17:09:44 02817_structure_to_schema: [ OK ] 86.75 sec.
2026-04-30 17:09:45 03014_group_by_use_nulls_injective_functions_and_analyzer: [ OK ] 6.36 sec.
2026-04-30 17:09:46 02125_lz4_compression_bug_Values: [ OK ] 86.50 sec.
2026-04-30 17:09:49 02113_untuple_func_alias: [ OK ] 5.28 sec.
2026-04-30 17:09:54 02790_client_max_opening_fd: [ OK ] 7.72 sec.
2026-04-30 17:09:54 02409_url_format_detection: [ OK ] 4.22 sec.
2026-04-30 17:09:58 00552_logical_functions_uint8_as_bool: [ OK ] 4.22 sec.
2026-04-30 17:10:14 01458_is_decimal_overflow: [ OK ] 18.98 sec.
2026-04-30 17:10:26 02489_analyzer_indexes: [ OK ] 39.62 sec.
2026-04-30 17:10:34 Terminated with 15 signal
2026-04-30 17:10:34 Process Process-8:
2026-04-30 17:10:34 Process Process-9:
2026-04-30 17:10:34 Process Process-10:
2026-04-30 17:10:34 Traceback (most recent call last):
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array
2026-04-30 17:10:34 test_result = test_case.run(
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1812, in run
2026-04-30 17:10:34 raise e
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1793, in run
2026-04-30 17:10:34 ) = self.run_single_test(server_logs_level, client_options)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1679, in run_single_test
2026-04-30 17:10:34 proc.wait(args.timeout)
2026-04-30 17:10:34 File "/usr/lib/python3.10/subprocess.py", line 1209, in wait
2026-04-30 17:10:34 return self._wait(timeout=timeout)
2026-04-30 17:10:34 File "/usr/lib/python3.10/subprocess.py", line 1953, in _wait
2026-04-30 17:10:34 time.sleep(delay)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 3470, in signal_handler
2026-04-30 17:10:34 raise Terminated(signal)
2026-04-30 17:10:34 Terminated: 15
2026-04-30 17:10:34
2026-04-30 17:10:34 During handling of the above exception, another exception occurred:
2026-04-30 17:10:34
2026-04-30 17:10:34 Traceback (most recent call last):
2026-04-30 17:10:34 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2026-04-30 17:10:34 self.run()
2026-04-30 17:10:34 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2026-04-30 17:10:34 self._target(*self._args, **self._kwargs)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process
2026-04-30 17:10:34 return run_tests_array(*args, **kwargs)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array
2026-04-30 17:10:34 stop_tests()
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 442, in stop_tests
2026-04-30 17:10:34 cleanup_child_processes(os.getpid())
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes
2026-04-30 17:10:34 child_pgid = os.getpgid(child)
2026-04-30 17:10:34 ProcessLookupError: [Errno 3] No such process
2026-04-30 17:10:34 Break tests execution
2026-04-30 17:10:34 Child processes of 1494:
2026-04-30 17:10:34 85240 /bin/sh -c pgrep --parent 1494 -a
2026-04-30 17:10:34 Process Process-6:
2026-04-30 17:10:34 Process Process-5:
2026-04-30 17:10:34 Process Process-7:
2026-04-30 17:10:34 Traceback (most recent call last):
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array
2026-04-30 17:10:34 test_result = test_case.run(
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1812, in run
2026-04-30 17:10:34 raise e
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1793, in run
2026-04-30 17:10:34 ) = self.run_single_test(server_logs_level, client_options)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1679, in run_single_test
2026-04-30 17:10:34 proc.wait(args.timeout)
2026-04-30 17:10:34 File "/usr/lib/python3.10/subprocess.py", line 1209, in wait
2026-04-30 17:10:34 return self._wait(timeout=timeout)
2026-04-30 17:10:34 File "/usr/lib/python3.10/subprocess.py", line 1953, in _wait
2026-04-30 17:10:34 time.sleep(delay)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 3470, in signal_handler
2026-04-30 17:10:34 raise Terminated(signal)
2026-04-30 17:10:34 Terminated: 15
2026-04-30 17:10:34
2026-04-30 17:10:34 During handling of the above exception, another exception occurred:
2026-04-30 17:10:34
2026-04-30 17:10:34 Traceback (most recent call last):
2026-04-30 17:10:34 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2026-04-30 17:10:34 self.run()
2026-04-30 17:10:34 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2026-04-30 17:10:34 self._target(*self._args, **self._kwargs)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process
2026-04-30 17:10:34 return run_tests_array(*args, **kwargs)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array
2026-04-30 17:10:34 stop_tests()
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 442, in stop_tests
2026-04-30 17:10:34 cleanup_child_processes(os.getpid())
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes
2026-04-30 17:10:34 child_pgid = os.getpgid(child)
2026-04-30 17:10:34 ProcessLookupError: [Errno 3] No such process
2026-04-30 17:10:34 Break tests execution
2026-04-30 17:10:34 Child processes of 1491:
2026-04-30 17:10:34 85232 /bin/sh -c pgrep --parent 1491 -a
2026-04-30 17:10:34 Traceback (most recent call last):
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array
2026-04-30 17:10:34 test_result = test_case.run(
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1812, in run
2026-04-30 17:10:34 raise e
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1793, in run
2026-04-30 17:10:34 ) = self.run_single_test(server_logs_level, client_options)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1679, in run_single_test
2026-04-30 17:10:34 proc.wait(args.timeout)
2026-04-30 17:10:34 File "/usr/lib/python3.10/subprocess.py", line 1209, in wait
2026-04-30 17:10:34 return self._wait(timeout=timeout)
2026-04-30 17:10:34 File "/usr/lib/python3.10/subprocess.py", line 1953, in _wait
2026-04-30 17:10:34 time.sleep(delay)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 3470, in signal_handler
2026-04-30 17:10:34 raise Terminated(signal)
2026-04-30 17:10:34 Terminated: 15
2026-04-30 17:10:34
2026-04-30 17:10:34 During handling of the above exception, another exception occurred:
2026-04-30 17:10:34
2026-04-30 17:10:34 Traceback (most recent call last):
2026-04-30 17:10:34 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2026-04-30 17:10:34 self.run()
2026-04-30 17:10:34 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2026-04-30 17:10:34 self._target(*self._args, **self._kwargs)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process
2026-04-30 17:10:34 return run_tests_array(*args, **kwargs)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array
2026-04-30 17:10:34 stop_tests()
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 442, in stop_tests
2026-04-30 17:10:34 cleanup_child_processes(os.getpid())
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes
2026-04-30 17:10:34 child_pgid = os.getpgid(child)
2026-04-30 17:10:34 ProcessLookupError: [Errno 3] No such process
2026-04-30 17:10:34 Break tests execution
2026-04-30 17:10:34 Child processes of 1502:
2026-04-30 17:10:34 85236 /bin/sh -c pgrep --parent 1502 -a
2026-04-30 17:10:34 Traceback (most recent call last):
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array
2026-04-30 17:10:34 test_result = test_case.run(
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1812, in run
2026-04-30 17:10:34 raise e
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1793, in run
2026-04-30 17:10:34 ) = self.run_single_test(server_logs_level, client_options)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1679, in run_single_test
2026-04-30 17:10:34 proc.wait(args.timeout)
2026-04-30 17:10:34 File "/usr/lib/python3.10/subprocess.py", line 1209, in wait
2026-04-30 17:10:34 return self._wait(timeout=timeout)
2026-04-30 17:10:34 File "/usr/lib/python3.10/subprocess.py", line 1953, in _wait
2026-04-30 17:10:34 time.sleep(delay)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 3470, in signal_handler
2026-04-30 17:10:34 raise Terminated(signal)
2026-04-30 17:10:34 Terminated: 15
2026-04-30 17:10:34
2026-04-30 17:10:34 During handling of the above exception, another exception occurred:
2026-04-30 17:10:34
2026-04-30 17:10:34 Traceback (most recent call last):
2026-04-30 17:10:34 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2026-04-30 17:10:34 self.run()
2026-04-30 17:10:34 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2026-04-30 17:10:34 self._target(*self._args, **self._kwargs)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process
2026-04-30 17:10:34 return run_tests_array(*args, **kwargs)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array
2026-04-30 17:10:34 stop_tests()
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 442, in stop_tests
2026-04-30 17:10:34 cleanup_child_processes(os.getpid())
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes
2026-04-30 17:10:34 child_pgid = os.getpgid(child)
2026-04-30 17:10:34 ProcessLookupError: [Errno 3] No such process
2026-04-30 17:10:34 Traceback (most recent call last):
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array
2026-04-30 17:10:34 test_result = test_case.run(
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1812, in run
2026-04-30 17:10:34 raise e
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1793, in run
2026-04-30 17:10:34 ) = self.run_single_test(server_logs_level, client_options)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1679, in run_single_test
2026-04-30 17:10:34 proc.wait(args.timeout)
2026-04-30 17:10:34 File "/usr/lib/python3.10/subprocess.py", line 1209, in wait
2026-04-30 17:10:34 return self._wait(timeout=timeout)
2026-04-30 17:10:34 File "/usr/lib/python3.10/subprocess.py", line 1953, in _wait
2026-04-30 17:10:34 time.sleep(delay)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 3470, in signal_handler
2026-04-30 17:10:34 raise Terminated(signal)
2026-04-30 17:10:34 Terminated: 15
2026-04-30 17:10:34
2026-04-30 17:10:34 During handling of the above exception, another exception occurred:
2026-04-30 17:10:34
2026-04-30 17:10:34 Traceback (most recent call last):
2026-04-30 17:10:34 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2026-04-30 17:10:34 self.run()
2026-04-30 17:10:34 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2026-04-30 17:10:34 self._target(*self._args, **self._kwargs)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process
2026-04-30 17:10:34 return run_tests_array(*args, **kwargs)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array
2026-04-30 17:10:34 stop_tests()
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 442, in stop_tests
2026-04-30 17:10:34 cleanup_child_processes(os.getpid())
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes
2026-04-30 17:10:34 child_pgid = os.getpgid(child)
2026-04-30 17:10:34 ProcessLookupError: [Errno 3] No such process
2026-04-30 17:10:34 Break tests execution
2026-04-30 17:10:34 Child processes of 1489:
2026-04-30 17:10:34 85234 /bin/sh -c pgrep --parent 1489 -a
2026-04-30 17:10:34 Break tests execution
2026-04-30 17:10:34 Child processes of 1498:
2026-04-30 17:10:34 85229 /bin/sh -c pgrep --parent 1498 -a
2026-04-30 17:10:34 Traceback (most recent call last):
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array
2026-04-30 17:10:34 test_result = test_case.run(
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1812, in run
2026-04-30 17:10:34 raise e
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1793, in run
2026-04-30 17:10:34 ) = self.run_single_test(server_logs_level, client_options)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1679, in run_single_test
2026-04-30 17:10:34 proc.wait(args.timeout)
2026-04-30 17:10:34 File "/usr/lib/python3.10/subprocess.py", line 1209, in wait
2026-04-30 17:10:34 return self._wait(timeout=timeout)
2026-04-30 17:10:34 File "/usr/lib/python3.10/subprocess.py", line 1953, in _wait
2026-04-30 17:10:34 time.sleep(delay)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 3470, in signal_handler
2026-04-30 17:10:34 raise Terminated(signal)
2026-04-30 17:10:34 Terminated: 15
2026-04-30 17:10:34
2026-04-30 17:10:34 During handling of the above exception, another exception occurred:
2026-04-30 17:10:34
2026-04-30 17:10:34 Traceback (most recent call last):
2026-04-30 17:10:34 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2026-04-30 17:10:34 self.run()
2026-04-30 17:10:34 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2026-04-30 17:10:34 self._target(*self._args, **self._kwargs)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process
2026-04-30 17:10:34 return run_tests_array(*args, **kwargs)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array
2026-04-30 17:10:34 stop_tests()
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 442, in stop_tests
2026-04-30 17:10:34 cleanup_child_processes(os.getpid())
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes
2026-04-30 17:10:34 child_pgid = os.getpgid(child)
2026-04-30 17:10:34 ProcessLookupError: [Errno 3] No such process
2026-04-30 17:10:34 Break tests execution
2026-04-30 17:10:34 Child processes of 1487:
2026-04-30 17:10:34 85230 /bin/sh -c pgrep --parent 1487 -a
2026-04-30 17:10:34 Process Process-4:
2026-04-30 17:10:34 Traceback (most recent call last):
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array
2026-04-30 17:10:34 test_result = test_case.run(
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1812, in run
2026-04-30 17:10:34 raise e
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1793, in run
2026-04-30 17:10:34 ) = self.run_single_test(server_logs_level, client_options)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1679, in run_single_test
2026-04-30 17:10:34 proc.wait(args.timeout)
2026-04-30 17:10:34 File "/usr/lib/python3.10/subprocess.py", line 1209, in wait
2026-04-30 17:10:34 return self._wait(timeout=timeout)
2026-04-30 17:10:34 File "/usr/lib/python3.10/subprocess.py", line 1953, in _wait
2026-04-30 17:10:34 time.sleep(delay)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 3470, in signal_handler
2026-04-30 17:10:34 raise Terminated(signal)
2026-04-30 17:10:34 Terminated: 15
2026-04-30 17:10:34
2026-04-30 17:10:34 During handling of the above exception, another exception occurred:
2026-04-30 17:10:34
2026-04-30 17:10:34 Traceback (most recent call last):
2026-04-30 17:10:34 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2026-04-30 17:10:34 self.run()
2026-04-30 17:10:34 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2026-04-30 17:10:34 self._target(*self._args, **self._kwargs)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process
2026-04-30 17:10:34 return run_tests_array(*args, **kwargs)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array
2026-04-30 17:10:34 stop_tests()
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 442, in stop_tests
2026-04-30 17:10:34 cleanup_child_processes(os.getpid())
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes
2026-04-30 17:10:34 child_pgid = os.getpgid(child)
2026-04-30 17:10:34 ProcessLookupError: [Errno 3] No such process
2026-04-30 17:10:34 Break tests execution
2026-04-30 17:10:34 Child processes of 1485:
2026-04-30 17:10:34 85241 /bin/sh -c pgrep --parent 1485 -a
2026-04-30 17:10:34 Process Process-3:
2026-04-30 17:10:34 Traceback (most recent call last):
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array
2026-04-30 17:10:34 test_result = test_case.run(
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1812, in run
2026-04-30 17:10:34 raise e
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1793, in run
2026-04-30 17:10:34 ) = self.run_single_test(server_logs_level, client_options)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 1679, in run_single_test
2026-04-30 17:10:34 proc.wait(args.timeout)
2026-04-30 17:10:34 File "/usr/lib/python3.10/subprocess.py", line 1209, in wait
2026-04-30 17:10:34 return self._wait(timeout=timeout)
2026-04-30 17:10:34 File "/usr/lib/python3.10/subprocess.py", line 1953, in _wait
2026-04-30 17:10:34 time.sleep(delay)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 3470, in signal_handler
2026-04-30 17:10:34 raise Terminated(signal)
2026-04-30 17:10:34 Terminated: 15
2026-04-30 17:10:34
2026-04-30 17:10:34 During handling of the above exception, another exception occurred:
2026-04-30 17:10:34
2026-04-30 17:10:34 Traceback (most recent call last):
2026-04-30 17:10:34 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2026-04-30 17:10:34 self.run()
2026-04-30 17:10:34 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2026-04-30 17:10:34 self._target(*self._args, **self._kwargs)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process
2026-04-30 17:10:34 return run_tests_array(*args, **kwargs)
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array
2026-04-30 17:10:34 stop_tests()
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 442, in stop_tests
2026-04-30 17:10:34 cleanup_child_processes(os.getpid())
2026-04-30 17:10:34 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes
2026-04-30 17:10:34 child_pgid = os.getpgid(child)
2026-04-30 17:10:34 ProcessLookupError: [Errno 3] No such process
2026-04-30 17:10:34 Break tests execution
2026-04-30 17:10:34 Child processes of 1484:
2026-04-30 17:10:34 85231 /bin/sh -c pgrep --parent 1484 -a
+ set -e
Files in current directory
+ echo 'Files in current directory'
+ ls -la ./
total 127376
drwxr-xr-x 1 root root 4096 Apr 30 17:09 .
drwxr-xr-x 1 root root 4096 Apr 30 17:09 ..
-rw-rw-r-- 1 1000 1000 119 Apr 30 15:10 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 2380 Jan 31 2025 attach_gdb.lib
-rw-r--r-- 1 root root 1481 Apr 30 15:17 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4239 Apr 30 15:17 __azurite_db_blob__.json
-rw-r--r-- 1 root root 75634 Apr 30 17:09 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Apr 30 15:17 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 966 Apr 30 15:10 broken_tests.json
-rw-r--r-- 1 root root 28487 Apr 30 16:54 client.fatal.log
drwxr-xr-x 14 root root 3860 Apr 30 15:15 dev
-rwxr-xr-x 1 root root 0 Apr 30 15:15 .dockerenv
drwxr-xr-x 1 root root 4096 Apr 30 15:16 etc
drwxr-xr-x 1 1000 1000 4096 Apr 30 15:17 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 26927256 Jan 31 2025 mc
drwxr-xr-x 2 root root 4096 Sep 11 2024 media
-rwxr-xr-x 1 root root 103174296 Jan 31 2025 minio
drwxr-xr-x 4 root root 4096 Apr 30 15:17 minio_data
drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt
drwxr-xr-x 1 root root 4096 Jan 31 2025 opt
-rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Apr 30 15:15 package_folder
drwxr-x--- 2 root root 4096 Apr 30 15:24 preprocessed_configs
dr-xr-xr-x 320 root root 0 Apr 30 15:15 proc
-rwxrwxr-x 1 root root 9627 Jan 31 2025 process_functional_tests_result.py
-rw-r--r-- 1 root root 29 Apr 30 15:42 queries_02352
-rw-rw-r-- 1 root root 837 Jan 31 2025 requirements.txt
drwx------ 1 root root 4096 Apr 30 16:59 root
drwxr-xr-x 1 root root 4096 Apr 30 15:16 run
-rwxrwxr-x 1 root root 22124 Jan 31 2025 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rwxrwxr-x 1 root root 10374 Jan 31 2025 setup_export_logs.sh
-rwxrwxr-x 1 root root 360 Jan 31 2025 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3456 Jan 31 2025 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 11 2024 srv
-rw-r--r-- 1 root root 399 Apr 30 15:41 ssh_key
-rw-rw-r-- 1 root root 14015 Jan 31 2025 stress_tests.lib
dr-xr-xr-x 13 root root 0 Apr 30 15:15 sys
drwxrwxr-x 2 1000 1000 4096 Apr 30 15:17 test_output
drwxrwxrwt 1 root root 4096 Apr 30 17:10 tmp
drwxr-xr-x 1 root root 4096 Sep 11 2024 usr
-rw-rw-r-- 1 root root 897 Jan 31 2025 utils.lib
drwxr-xr-x 1 root root 4096 Sep 11 2024 var
+ echo 'Files in root directory'
+ ls -la /
Files in root directory
total 127376
drwxr-xr-x 1 root root 4096 Apr 30 17:09 .
drwxr-xr-x 1 root root 4096 Apr 30 17:09 ..
-rw-rw-r-- 1 1000 1000 119 Apr 30 15:10 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 2380 Jan 31 2025 attach_gdb.lib
-rw-r--r-- 1 root root 1481 Apr 30 15:17 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4239 Apr 30 15:17 __azurite_db_blob__.json
-rw-r--r-- 1 root root 75634 Apr 30 17:09 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Apr 30 15:17 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 966 Apr 30 15:10 broken_tests.json
-rw-r--r-- 1 root root 28487 Apr 30 16:54 client.fatal.log
drwxr-xr-x 14 root root 3860 Apr 30 15:15 dev
-rwxr-xr-x 1 root root 0 Apr 30 15:15 .dockerenv
drwxr-xr-x 1 root root 4096 Apr 30 15:16 etc
drwxr-xr-x 1 1000 1000 4096 Apr 30 15:17 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 26927256 Jan 31 2025 mc
drwxr-xr-x 2 root root 4096 Sep 11 2024 media
-rwxr-xr-x 1 root root 103174296 Jan 31 2025 minio
drwxr-xr-x 4 root root 4096 Apr 30 15:17 minio_data
drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt
drwxr-xr-x 1 root root 4096 Jan 31 2025 opt
-rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Apr 30 15:15 package_folder
drwxr-x--- 2 root root 4096 Apr 30 15:24 preprocessed_configs
dr-xr-xr-x 320 root root 0 Apr 30 15:15 proc
-rwxrwxr-x 1 root root 9627 Jan 31 2025 process_functional_tests_result.py
-rw-r--r-- 1 root root 29 Apr 30 15:42 queries_02352
-rw-rw-r-- 1 root root 837 Jan 31 2025 requirements.txt
drwx------ 1 root root 4096 Apr 30 16:59 root
drwxr-xr-x 1 root root 4096 Apr 30 15:16 run
-rwxrwxr-x 1 root root 22124 Jan 31 2025 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rwxrwxr-x 1 root root 10374 Jan 31 2025 setup_export_logs.sh
-rwxrwxr-x 1 root root 360 Jan 31 2025 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3456 Jan 31 2025 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 11 2024 srv
-rw-r--r-- 1 root root 399 Apr 30 15:41 ssh_key
-rw-rw-r-- 1 root root 14015 Jan 31 2025 stress_tests.lib
dr-xr-xr-x 13 root root 0 Apr 30 15:15 sys
drwxrwxr-x 2 1000 1000 4096 Apr 30 15:17 test_output
drwxrwxrwt 1 root root 4096 Apr 30 17:10 tmp
drwxr-xr-x 1 root root 4096 Sep 11 2024 usr
-rw-rw-r-- 1 root root 897 Jan 31 2025 utils.lib
drwxr-xr-x 1 root root 4096 Sep 11 2024 var
+ /process_functional_tests_result.py
2026-04-30 17:10:34,827 File /analyzer_tech_debt.txt with broken tests found
2026-04-30 17:10:34,828 File /broken_tests.json with broken tests found
2026-04-30 17:10:34,830 Broken tests in the list: 4
2026-04-30 17:10:34,830 Find files in result folder test_result.txt,run.log,minio.log,hdfs_minicluster.log
2026-04-30 17:10:34,873 Is flaky check: False
2026-04-30 17:10:34,873 Result parsed
2026-04-30 17:10:34,893 Result written
+ clickhouse-client -q 'system flush logs'
+ stop_logs_replication
+ echo 'Detach all logs replication'
Detach all logs replication
+ clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')'
+ timeout --preserve-status --signal TERM --kill-after 5m 15m xargs -n1 -r -i clickhouse-client --query 'drop table {}'
+ tee /dev/stderr
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
+ failed_to_save_logs=0
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log
+ clickhouse-client -q 'select * from system.query_log into outfile '\''/test_output/query_log.tsv.zst'\'' format TSVWithNamesAndTypes'
+ [[ 0 -eq 1 ]]
+ [[ 0 -eq 1 ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log
+ clickhouse-client -q 'select * from system.zookeeper_log into outfile '\''/test_output/zookeeper_log.tsv.zst'\'' format TSVWithNamesAndTypes'
+ [[ 0 -eq 1 ]]
+ [[ 0 -eq 1 ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log
+ clickhouse-client -q 'select * from system.trace_log into outfile '\''/test_output/trace_log.tsv.zst'\'' format TSVWithNamesAndTypes'
+ [[ 0 -eq 1 ]]
+ [[ 0 -eq 1 ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log
+ clickhouse-client -q 'select * from system.transactions_info_log into outfile '\''/test_output/transactions_info_log.tsv.zst'\'' format TSVWithNamesAndTypes'
+ [[ 0 -eq 1 ]]
+ [[ 0 -eq 1 ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log
+ clickhouse-client -q 'select * from system.metric_log into outfile '\''/test_output/metric_log.tsv.zst'\'' format TSVWithNamesAndTypes'
+ [[ 0 -eq 1 ]]
+ [[ 0 -eq 1 ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log
+ clickhouse-client -q 'select * from system.blob_storage_log into outfile '\''/test_output/blob_storage_log.tsv.zst'\'' format TSVWithNamesAndTypes'
+ [[ 0 -eq 1 ]]
+ [[ 0 -eq 1 ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log
+ clickhouse-client -q 'select * from system.error_log into outfile '\''/test_output/error_log.tsv.zst'\'' format TSVWithNamesAndTypes'
+ [[ 0 -eq 1 ]]
+ [[ 0 -eq 1 ]]
+ sleep 1
+ clickhouse-client -q 'SYSTEM FLUSH ASYNC INSERT QUEUE'
+ clickhouse-client -q 'SELECT log FROM minio_audit_logs ORDER BY event_time INTO OUTFILE '\''/test_output/minio_audit_logs.jsonl.zst'\'' FORMAT JSONEachRow'
+ clickhouse-client -q 'SELECT log FROM minio_server_logs ORDER BY event_time INTO OUTFILE '\''/test_output/minio_server_logs.jsonl.zst'\'' FORMAT JSONEachRow'
+ sudo clickhouse stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 594.
The process with pid = 594 is running.
Sent terminate signal to process with pid 594.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 594.
The process with pid = 594 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 594.
The process with pid = 594 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 594.
The process with pid = 594 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 594.
The process with pid = 594 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 594.
The process with pid = 594 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 594.
The process with pid = 594 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 594.
The process with pid = 594 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 594.
The process with pid = 594 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 594.
The process with pid = 594 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 594.
The process with pid = 594 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 594.
The process with pid = 594 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 594.
The process with pid = 594 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 594.
The process with pid = 594 does not exist.
Server stopped
+ [[ 0 -eq 1 ]]
+ [[ 0 -eq 1 ]]
+ kill 1446
+ rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log
+ :
+ rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log
+ :
+ data_path_config=--path=/var/lib/clickhouse/
+ [[ -n '' ]]
+ '[' 0 -ne 0 ']'
+ for trace_type in CPU Memory Real
+ zstd --threads=0
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''CPU'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ zstd --threads=0
+ for trace_type in CPU Memory Real
+ zstd --threads=0
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Memory'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ for trace_type in CPU Memory Real
+ zstd --threads=0
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Real'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ check_logs_for_critical_errors
+ sed -n '/WARNING:.*anitizer/,/^$/p' /var/log/clickhouse-server/stderr.log
+ rg -Fav -e 'ASan doesn'\''t fully support makecontext/swapcontext functions' -e DB::Exception /test_output/tmp
+ echo -e 'No sanitizer asserts\tOK\t\N\t'
+ rm -f /test_output/tmp
+ rg -Fa ' Application: Child process was terminated by signal 9' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.log
+ echo -e 'No OOM messages in clickhouse-server.log\tOK\t\N\t'
+ rg -Fa 'Code: 49. DB::Exception: ' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.log
+ echo -e 'No logical errors\tOK\t\N\t'
+ '[' -s /test_output/logical_errors.txt ']'
+ rm /test_output/logical_errors.txt
+ grep -v a.myext
+ rg --text 'Code: 499.*The specified key does not exist' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.log
+ echo -e 'No lost s3 keys\tOK\t\N\t'
+ rg -Fa 'it is lost forever' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.log
+ grep SharedMergeTreePartCheckThread
+ echo -e 'No SharedMergeTree lost forever in clickhouse-server.log\tOK\t\N\t'
+ '[' -s /test_output/no_such_key_errors.txt ']'
+ rm /test_output/no_such_key_errors.txt
+ rg -Fa '########################################' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.log
+ echo -e 'Not crashed\tOK\t\N\t'
+ rg -Fa ' ' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.log
+ echo -e 'No fatal messages in clickhouse-server.log\tOK\t\N\t'
+ '[' -s /test_output/fatal_messages.txt ']'
+ rm /test_output/fatal_messages.txt
+ rg -Faz '########################################' /test_output/blob_storage_log.tsv.zst /test_output/check_status.tsv /test_output/clickhouse-server.log.zst /test_output/error_log.tsv.zst /test_output/hdfs_minicluster.log /test_output/metric_log.tsv.zst /test_output/minio_audit_logs.jsonl.zst /test_output/minio.log /test_output/minio_server_logs.jsonl.zst /test_output/query_log.tsv.zst /test_output/run.log /test_output/test_results.tsv /test_output/test_result.txt /test_output/trace-log-CPU-flamegraph.tsv.zst /test_output/trace-log-Memory-flamegraph.tsv.zst /test_output/trace-log-Real-flamegraph.tsv.zst /test_output/trace_log.tsv.zst /test_output/transactions_info_log.tsv.zst /test_output/zookeeper_log.tsv.zst
+ echo -e 'Killed by signal (output files)\tFAIL\t\N\t'
+ rg -Fa ' received signal ' /test_output/gdb.log
/test_output/gdb.log: No such file or directory (os error 2)
+ dmesg -T
+ grep -q -F -e 'Out of memory: Killed process' -e 'oom_reaper: reaped process' -e oom-kill:constraint=CONSTRAINT_NONE /test_output/dmesg.log
+ echo -e 'No OOM in dmesg\tOK\t\N\t'
+ rm /var/log/clickhouse-server/clickhouse-server.log
+ mv /var/log/clickhouse-server/stderr.log /test_output/
+ [[ -n '' ]]
+ tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
+ rm -rf /var/lib/clickhouse/data/system/asynchronous_insert_log/ /var/lib/clickhouse/data/system/asynchronous_metric_log/ /var/lib/clickhouse/data/system/backup_log/ /var/lib/clickhouse/data/system/blob_storage_log/ /var/lib/clickhouse/data/system/crash_log/ /var/lib/clickhouse/data/system/error_log/ /var/lib/clickhouse/data/system/filesystem_cache_log/ /var/lib/clickhouse/data/system/metric_log/ /var/lib/clickhouse/data/system/opentelemetry_span_log/ /var/lib/clickhouse/data/system/part_log/ /var/lib/clickhouse/data/system/processors_profile_log/ /var/lib/clickhouse/data/system/query_log/ /var/lib/clickhouse/data/system/query_thread_log/ /var/lib/clickhouse/data/system/query_views_log/ /var/lib/clickhouse/data/system/s3queue_log/ /var/lib/clickhouse/data/system/session_log/ /var/lib/clickhouse/data/system/text_log/ /var/lib/clickhouse/data/system/trace_log/ /var/lib/clickhouse/data/system/transactions_info_log/ /var/lib/clickhouse/data/system/zookeeper_log/
+ tar -chf /test_output/store.tar /var/lib/clickhouse/store
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
+ tar -chf /test_output/metadata.tar /var/lib/clickhouse/metadata/default.sql /var/lib/clickhouse/metadata/information_schema.sql /var/lib/clickhouse/metadata/INFORMATION_SCHEMA.sql /var/lib/clickhouse/metadata/system.sql /var/lib/clickhouse/metadata/test_0aj6mom3.sql /var/lib/clickhouse/metadata/test_4bty4axz.sql /var/lib/clickhouse/metadata/test_4oyqsnf1.sql /var/lib/clickhouse/metadata/test_63z7yz6m.sql /var/lib/clickhouse/metadata/test_7f82ahps.sql /var/lib/clickhouse/metadata/test_8acflbs8.sql /var/lib/clickhouse/metadata/test_a8yhm4e0.sql /var/lib/clickhouse/metadata/test_arlep4ow.sql /var/lib/clickhouse/metadata/test_c9bl70fa.sql /var/lib/clickhouse/metadata/test_hgmp803m.sql /var/lib/clickhouse/metadata/test_huryg6p5.sql /var/lib/clickhouse/metadata/test_jsv4khz8.sql /var/lib/clickhouse/metadata/test_k20fh696.sql /var/lib/clickhouse/metadata/test_kq8q6xmx.sql /var/lib/clickhouse/metadata/test_m573lpu9.sql /var/lib/clickhouse/metadata/test_mex70c6j.sql /var/lib/clickhouse/metadata/test_mfqxfse9.sql /var/lib/clickhouse/metadata/test_n7dr5kou.sql /var/lib/clickhouse/metadata/test_o7yyxtjj_1.sql /var/lib/clickhouse/metadata/test_onb19mqy.sql /var/lib/clickhouse/metadata/test_qgsif4cy.sql /var/lib/clickhouse/metadata/test_qhvsusjr.sql /var/lib/clickhouse/metadata/test_s9xsf693.sql /var/lib/clickhouse/metadata/test_sqatrd3b.sql /var/lib/clickhouse/metadata/test.sql /var/lib/clickhouse/metadata/test_tlhbyxo5.sql /var/lib/clickhouse/metadata/test_usnmtbl1.sql /var/lib/clickhouse/metadata/test_yefdyr7q.sql
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
+ [[ 0 -eq 1 ]]
+ [[ 0 -eq 1 ]]
+ collect_core_dumps
+ read -r core
+ find . -type f -maxdepth 1 -name 'core.*'